Fix Google's habit of constantly changing the order of the menu bar tabs in the search results page. This script allows you to order the menu items in any way you want
< 腳本Google Search Category Order的回應
Got it working by replacing "match" with...// @include http*://google.*// @include http*://www.google.*// @include https://encrypted.google.*But any small tinkering with the given list - e.g. replacing "Videos" with "Books" causes the script to fail.
登入以回覆
Got it working by replacing "match" with...
// @include http*://google.*
// @include http*://www.google.*
// @include https://encrypted.google.*
But any small tinkering with the given list - e.g. replacing "Videos" with "Books" causes the script to fail.