Stops google from reordering the tabs like wtf are you doing you piece of shit, stolen from https://productforums.google.com/forum/#!topic/websearch/rWuCGv4OluA
Hi, this script is what I needed but it needed some fixes for me to work. First, the 'more' button didn't show:
parent.appendChild(more); has to be added before parent.appendChild(tools);
The menu order has to be translated manually when needed, which sucks because Google assumes you speak the local language everytime you visit another country and I don't know whether "រូបភាព" is maps, images or whatever. Is it possible to force English somehow?
international
Hi, this script is what I needed but it needed some fixes for me to work. First, the 'more' button didn't show:
parent.appendChild(more);
has to be added before
parent.appendChild(tools);
The menu order has to be translated manually when needed, which sucks because Google assumes you speak the local language everytime you visit another country and I don't know whether "រូបភាព" is maps, images or whatever. Is it possible to force English somehow?