您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Choose what you want to see on the Google navigation bar.
当前为
This script allows you to customize the contents of the navigation bar. To customize it, you must change parts of the code:
hideApps = false;
can be set to hideApps = true;
in order to make the apps icon hide from the navigation bar.
hideNotifications = false;
can be set to hideNotifications = true;
in order to make the notifications icon hide from the navigation bar.
hideShare = false;
can be set to hideShare = true;
in order to make the Google+ Share button hide from the navigation bar.
The links
array contains all links on the navigation bar.
links = [
...
];
In place of the ellipsoid (...
) is all of the links, each separated by a line break, formatted like so: ["%url%", "%name%"],
(including the comma). %url%
is replaced with the URL, including http://
. %name%
is replaced with the display name of the page it links to (ex. 'Google' for http://www.google.com).