lo Zyarin (@zyarin) 在 cursor 3.7做的LINUX DO摸鱼主题 中发帖
[image]
[image]
[image]
// ==UserScript==
// @name 摸鱼模式转换器
// @namespace http://tampermonkey.net/
// @version 0.2
// @description 一键将网页转换为Windows98风格/命令行界面/纸质文档样式
// @author Your Name
// @match *://*/*
// @grant GM_addStyle
// @grant GM_setValue
// @grant GM_getValue
// @grant GM_registerMenuCommand
// @run-at document-end
// ==/U...