-
Help!?!
Hey my internet is been stupid. Everytime I load certain websites e.g.
http://ebuyer.com
It loads the website then after abour 3 seconds the page goes black and at the bottom it says.
Waiting for google or summet :S
Heres a print screen
http://img138.imageshack.us/img138/4626/22141611.png
Anyone Care to help or now how to fix this problem?
-
yeah, its waiting for google analytics, tried resetting your router?
-
Tried Everything. tried that well I turn it off everynight anyway. Lmao
-
cookies, cache ect, all deleted?
-
Maybe ebuyer has google analytics enabled to track who visits their site just let it load.
from their source code:
Code:
<!--google analytics start-->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-156123-1']);
_gaq.push(['_setDomainName', '.ebuyer.com']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<!--google analytics end-->
-
Ive left it to load since this morning its still there in my tab and the progress bar hasnt moved. I used to be able to load these sites but now they just stopped working!
-
Download AdBlock Plus (Firefox Extension) and filter all content from google-analytics.com.
See if that changes anything.