How do I hide my counter??
-
I dont want people/advertisers to see how much traffic I am getting.
I have a counter on the bottom of my page at https://www.sternshowclips.com
It’s a gostats.com counter. How can I hide it? But I also still want to be able to unhide it sometimes so that I can see the traffic.
Here is my counter code, what do I need to hide it?
<!– GoStats.com –>
<script type=”text/javascript”><!–//–><![CDATA[//><!–
var go_aid=401203;
var go_cid=4;
var go_iid=1;
var go_z=”;
var go_serv=’monster.gostats.com’;
var go_cw=0;
var go_ch=0;
var go_js=”1.0″;
var go_r=Math.random()+”&a=”+go_aid+”&t=”+go_cid+”&i=”+
go_iid+”&r=”+
escape(document.referrer)+”&p=”+escape(window.location.href);
document.cookie=”gostats=1; path=/”;
go_r+=”&c=”+(document.cookie?”y”:”n”);
//–><!]]></script>
<script type=”text/javascript” language=”javascript1.1″><!–//–><![CDATA[//><!–
go_js=”1.1″;
go_r+=”&j=”+(navigator.javaEnabled()?”y”:”n”);
//–><!]]></script>
<script type=”text/javascript” language=”javascript1.2″><!–//–><![CDATA[//><!–
go_js=”1.2″;
go_r+=”&w=”+screen.width+”&h=”+screen.height+”&d=”+
(((navigator.appName.substring(0,3)==”Mic”))?screen.colorDepth:screen.pixelDepth);
//–><!]]></script>
<script type=”text/javascript” language=”javascript1.3″><!–//–><![CDATA[//><!–
go_js=”1.3″;
//–><!]]></script>
<script type=”text/javascript” src=”https://monster.gostats.com/js/count4.js?id=401203″></script>
<noscript><div><img
src=”https://monster.gostats.com/bin/count?a=401203&t=4&i=1&z=”
style=”border-width:0px” alt=”GoStats hit counter” />
<a style=”font-size: 9px” href=”https://gostats.com”
title=”GoStats hit counter”></div></noscript>
<!– GoStats.com –>Is there a better counter out there, this just shows how many people load the page, are there ones that do more?
Thanks in advance!
- The topic ‘How do I hide my counter??’ is closed to new replies.