remove inspectlet thinking this may be the malware twitter is finding
This commit is contained in:
@ -15,19 +15,3 @@ script.
|
|||||||
ga('create', 'UA-55446531-1', 'auto');
|
ga('create', 'UA-55446531-1', 'auto');
|
||||||
ga('require', 'displayfeatures');
|
ga('require', 'displayfeatures');
|
||||||
ga('send', 'pageview');
|
ga('send', 'pageview');
|
||||||
script#inspectletjs(type='text/javascript').
|
|
||||||
window.__insp = window.__insp || [];
|
|
||||||
__insp.push(['wid', 561999918]);
|
|
||||||
(function() {
|
|
||||||
function __ldinsp() {
|
|
||||||
var insp = document.createElement('script');
|
|
||||||
insp.type = 'text/javascript';
|
|
||||||
insp.async = true;
|
|
||||||
insp.id = "inspsync";
|
|
||||||
insp.src = ('https:' == document.location.protocol ? 'https' : 'http') + '://cdn.inspectlet.com/inspectlet.js';
|
|
||||||
var x = document.getElementsByTagName('script')[0];
|
|
||||||
x.parentNode.insertBefore(insp, x);
|
|
||||||
}
|
|
||||||
if (window.attachEvent) window.attachEvent('onload', __ldinsp);
|
|
||||||
else window.addEventListener('load', __ldinsp, false);
|
|
||||||
})();
|
|
Reference in New Issue
Block a user