remove inspectlet thinking this may be the malware twitter is finding
This commit is contained in:
@ -14,20 +14,4 @@ script.
|
||||
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
||||
ga('create', 'UA-55446531-1', 'auto');
|
||||
ga('require', 'displayfeatures');
|
||||
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);
|
||||
})();
|
||||
ga('send', 'pageview');
|
Reference in New Issue
Block a user