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.