Woorank updates to apps.json

main
Jan Potoms 11 years ago
parent 943976af10
commit 5617c0680f

@ -494,7 +494,8 @@
"comScore": { "comScore": {
"website": "comscore.com", "website": "comscore.com",
"cats": [ 10 ], "cats": [ 10 ],
"html": "<iframe[^>]* (?:id=\"comscore\"|scr=[^>]+comscore)", "script": "\\.scorecardresearch\\.com/beacon\\.js|COMSCORE\\.beacon",
"html": "<iframe[^>]* (?:id=\"comscore\"|scr=[^>]+comscore)|\\.scorecardresearch\\.com/beacon\\.js|COMSCORE\\.beacon",
"env": "^_?COMSCORE$" "env": "^_?COMSCORE$"
}, },
"Concrete5": { "Concrete5": {
@ -1006,8 +1007,8 @@
"Google Analytics": { "Google Analytics": {
"website": "google.com/analytics", "website": "google.com/analytics",
"cats": [ 10 ], "cats": [ 10 ],
"html": "_gaq\\.push\\(\\['_setAccount", "html": "_gaq\\.push\\(\\['_setAccount|i\\['GoogleAnalyticsObject'\\]|ga\\.async = true",
"script": "(?:\\.google-analytics\\.com/ga\\.js|google-analytics\\.com/urchin\\.js)", "script": "(?:\\.google-analytics\\.com\/ga\\.js|\/urchin\\.js|\\.google-analytics\\.com\/analytics\\.js)",
"headers": { "Set-Cookie": "__utma" }, "headers": { "Set-Cookie": "__utma" },
"env": "^gaGlobal$" "env": "^gaGlobal$"
}, },
@ -1109,6 +1110,11 @@
"cats": [ 12 ], "cats": [ 12 ],
"env": "^Handlebars$" "env": "^Handlebars$"
}, },
"Hello Bar": {
"cats": [ 5 ],
"script": "(hellobar\\.com/hellobar\\.js|new HelloBar)",
"html": "/hellobar\\.js"
},
"Hiawatha": { "Hiawatha": {
"website": "hiawatha-webserver.org", "website": "hiawatha-webserver.org",
"cats": [ 22 ], "cats": [ 22 ],
@ -1562,6 +1568,12 @@
"cats": [ 13 ], "cats": [ 13 ],
"html": "<img[^>]+ alt=\"Powered by Mantis Bugtracker" "html": "<img[^>]+ alt=\"Powered by Mantis Bugtracker"
}, },
"ManyContacts": {
"website": "www.manycontacts.com",
"cats": [ 5 ],
"html": "\/assets\/js\/manycontacts\\.min\\.js",
"script": "\/assets\/js\/manycontacts\\.min\\.js"
},
"Marketo": { "Marketo": {
"website": "www.marketo.com", "website": "www.marketo.com",
"cats": [ 32 ], "cats": [ 32 ],
@ -1907,6 +1919,7 @@
"Optimizely": { "Optimizely": {
"website": "optimizely.com", "website": "optimizely.com",
"cats": [ 10 ], "cats": [ 10 ],
"script": "optimizely\\.com.*\\.js",
"env": "^optimizely$" "env": "^optimizely$"
}, },
"Oracle Application Server": { "Oracle Application Server": {
@ -2053,6 +2066,7 @@
"Piwik": { "Piwik": {
"website": "piwik.org", "website": "piwik.org",
"cats": [ 10 ], "cats": [ 10 ],
"script": "piwik\\.js|piwik\\.php",
"html": "var piwikTracker = Piwik\\.getTracker\\(", "html": "var piwikTracker = Piwik\\.getTracker\\(",
"env": [ "^Piwik$", "^_paq$" ] "env": [ "^Piwik$", "^_paq$" ]
}, },
@ -2359,8 +2373,10 @@
"script": "sitemeter\\.com/js/counter\\.js\\?site=" "script": "sitemeter\\.com/js/counter\\.js\\?site="
}, },
"SiteCatalyst": { "SiteCatalyst": {
"website": "www.omniture.com/en/products/online_analytics/sitecatalyst", "website": "www.omniture.com\/en\/products\/online_analytics\/sitecatalyst",
"cats": [ 10 ], "cats": [ 10 ],
"script": "\/s_code.js",
"html": "var s_code=s\\.t\\(\\);if\\(s_code\\)document\\.write\\(s_code\\)",
"env": "^s_account$" "env": "^s_account$"
}, },
"SiteEdit": { "SiteEdit": {
@ -2940,7 +2956,8 @@
"Yandex.Metrika": { "Yandex.Metrika": {
"website": "metrika.yandex.com", "website": "metrika.yandex.com",
"cats": [ 10 ], "cats": [ 10 ],
"script": "mc\\.yandex\\.ru/metrika/watch\\.js" "html": "mc\\.yandex\\.ru\/metrika\/watch\\.js|\\b(?:yaParams|yaCounter|yandex_metrika_callbacks)\\b",
"script": "mc\\.yandex\\.ru\/metrika\/watch\\.js"
}, },
"YouTube": { "YouTube": {
"website": "www.youtube.com", "website": "www.youtube.com",

Loading…
Cancel
Save