Does not work properly with Foxsaver addon
|
|
Hi
|
|
|
This didn't work for me either at first. After some modifications I came up with this:
// @name Google - International // @description Google - International: is a greasemonkey script that automatically redirects Google to the international (default) version if located on an external country domain. // @namespace http://userscripts.org/users/75976 // @authors: ScriptDeveloper // @copyright ScriptDeveloper // @include http://google.*/ // @include http://www.google.*/ // @exclude http://google.com/ // @exclude http://www.google.com/ // @version 1.2 // ==/UserScript== window.addEventListener("load", function(e) { document.innerHTML = window.location = 'http://www.google.com/ncr'; }, false);
Works for me... |
|
|
Dear Kushagra & Av3r4ge, I updated the script functioning allowing your problems to (hopefully) be resolved. I tested without the update and realized you are both correct so I repaired it by adding "/" to the end of the excluded domains as well as excluding external website by Google by using "// @exclude http://*.google.com/*" allowing less outcomes. If the errors still persist (again) please post your complaint / feedback here, and I will attempt to repair them as soon as possible. If you have found a solution to the error feel free to post it as well. |
![]() ![]() |
didn't work at first for Japan, but after I added the .jp suffix, it worked fine.
|

