2023/10/31 12:36:10
当前为
// ==UserScript==
// @name Read - javascript.info
// @namespace Violentmonkey Scripts
// @match https://javascript.info/
// @grant none
// @version 1.0
// @author Nexmoe
// @grant GM_addStyle
// @license MIT
// @description 2023/10/31 12:36:10
// ==/UserScript==
GM_addStyle(`
:visited {
color: gray;
}
`)