Choose what you want to see on the Google navigation bar.
当前为
This script changes the boring and useless navigation bar that only leads you to Gmail, Google+, and Google Image Search, and replaces it with whatever links you would like.
To change the links, change the links array. It is formatted like so:
links = [
["(URL to page1)", "page1 name"],
["(URL to page2)", "page2 name"],
["(URL to page3)", "page3 name"],
...
];
There can be as many links on the page as you want. Just copy and paste one of the lines!