您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Change the color of followed links on all StackExchange sites so they they are easily distinguishable.
当前为
- // ==UserScript==
- // @name StackExchange obvious followed link color
- // @namespace http://ostermiller.org/
- // @version 1.05
- // @license MIT
- // @description Change the color of followed links on all StackExchange sites so they they are easily distinguishable.
- // @include /https?\:\/\/([a-z\.]*\.)?stackexchange\.com\/.*/
- // @include /https?\:\/\/([a-z\.]*\.)?askubuntu\.com\/.*/
- // @include /https?\:\/\/([a-z\.]*\.)?superuser\.com\/.*/
- // @include /https?\:\/\/([a-z\.]*\.)?serverfault\.com\/.*/
- // @include /https?\:\/\/([a-z\.]*\.)?stackoverflow\.com\/.*/
- // @include /https?\:\/\/([a-z\.]*\.)?answers.onstartups\.com\/.*/
- // @grant GM_addStyle
- // ==/UserScript==
- GM_addStyle("body{--theme-question-title-color-visited:#9C7816}")