Scarecrow Man Posted November 9, 2005 Report Share Posted November 9, 2005 Very strange error.. I have CustomizeGoogle extension for Firefox, and it provides many features that I use daily. The problem is, when I go to http://www.google.ca or http://www.google.com or any of the google websites, I am redirected between .ca and .com repetedly, in an infinate loop.If I go to http://www.google.com/webhp?sourceid=firefox everything is fine. I am going to fiddle around with the customize google extension, because I believe this is the culprate. I have been using this extension since beta and it is now 0.35, and I have not had this problem before.Any other Firefox users with CustomizeGoogle?Here's the code for the offending site. <html> <head> <title> Redirecting </title> <meta content="0; url=http://www.google.ca/ig" http-equiv="refresh"> </head> <body alink="#ff0000" text="#000000" vlink="#551a8b" link="#0000cc" bgcolor="#ffffff"> <script type="text/javascript" language="javascript"><!-- location.replace("http://www.google.ca/ig") //--> </script> </body> </html> Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.