Google - Multiple columns of results, Remove "Sponsored Links", Number results, Auto-load more results, Remove web search dialogues, Open external links in a new tab, self updating and all configurable from a simple user dialogue.
< Feedback on GoogleMonkeyR Fix (Jul 2017)
No where in the code do I have ".com" for the @include. You are probably using an older version. But an easy fix is to remove the ".com" yourself and keep the asterisks after.
I wanted to say that the above text is what to add (not replace for the ones that already exist) to solve it, for example:
if I do a search from "https://www.google.es/" the script works correctly, since the URL does not have the ".com", but if I do a search from "https://www.google.com.co/" the script does not work because the ".com " is not in @include.
Help
Hello, I use google in colombia (https://www.google.com.co) and the script does not work for me, you could add other lines with ".com" and it would be fixed:
// @include http://www.google.com.*/webhp?*
// @include http://www.google.com.*/search?*
// @include http://www.google.com.*/ig?*
// @include http://www.google.com.*/
// @include http://www.google.com.*/#*
// @include https://www.google.com.*/webhp?*
// @include https://www.google.com.*/search?*
// @include https://www.google.com.*/ig?*
// @include https://www.google.com.*/
// @include https://www.google.com.*/#*
// @include https://encrypted.google.com.*/webhp?*
// @include https://encrypted.google.com.*/search?*
// @include https://encrypted.google.com.*/ig?*
// @include https://encrypted.google.com.*/
// @include https://encrypted.google.com.*/#*
Thanks for your work :)
Sorry for my bad English, I use the google translator.