Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

Cave Man

macrumors 604
Original poster
OK, not sure what I did here, but now nearly all my Safari pages have at the very top left the phrase "You are at" followed by the URL. I have not noticed this until today. What the heck did I do to turn it on and how do I turn it off?
 

Attachments

  • Picture 9.png
    Picture 9.png
    47.5 KB · Views: 61
It stays where it is, but now it's no longer showing up. Wtf?

Edit: I just looked at the source from a page I still have up, and this is inside of it:

<script language='javascript'>
<!--
bluecoat_old_onload = window.onload;
window.onload = function() {
if (bluecoat_old_onload != null) {
try {
bluecoat_old_onload();
} catch (e) {
}
}

if (document.forms.length > 0) {
var p = document.createElement("p");
p.innerHTML =
'<table border=2 bgcolor="#0000B0"><tr><td><font size=5>'+
'<font color=#FFFFFF>You are at</font> '+
'<font color=#FFFF40>'+document.location.hostname+'</font>'+
'</font></table>';
document.body.insertBefore(p, document.body.firstChild);
}
};
//-->
</script>

This isn't just MacRumors, it's other sites, including CNN.
 
Do you have any sort of plug-in for Safari installed ?

Click on Safari in the menu and select reset Safari. You will lose all the cookies,history and cache but often thats a good thing.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.