使用谷歌浏览器,我不知道为什么这不起作用:(
// ==UserScript==
// @name My Fancy New Userscript
// @namespace http://use.i.E.your.homepage/
// @version 0.1
// @description enter something useful
// @match http://*/*
// @copyright 2012+, You
// ==/UserScript==
document.getElementsByTagName('a').style.color='Red';