Makes Google searches break down into separate pages, rather than displaying as one continuous page.
< Feedback on Return Pagination to Google
Ok. Done.
So this actually breaks the code for me for some reason. I had to edit back to .com for the pagination to start working. I'm not sure why this is, I mean logically the * should do the trick but it doesn't seem to--or is it just me?
Looks like Firefox does not understand it right.
I fixed it.
I just changed the script so that it matches google.com and includes google.*. Does this work? It works with the extensions I've tried. If there are still problems, I can't think what else to do, other than maybe specify a whole bunch of top-level domains.
hey! please change this line:
// @match https://www.google.com/search*
to
// @match https://www.google.*/search*
so i can leave auto-update on and forget about it :)
it will make this script work on all google domains and languages.
thanks!