您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Since using Dark Reader fucks up the SVG element
/* ==UserStyle== @name Dark mode for polycul.es @description Since using Dark Reader fucks up the SVG element @version 1.0 @namespace https://gf.qytechs.cn/users/3759 @license CC0 ==/UserStyle== */ @-moz-document url-prefix("https://polycul.es") { body { background: #111; color: #eee; } svg#panel { background: #eee; color: #111; } input, button { background: #333; color: #ddd; } div#graph { box-shadow: 5px 5px 10px #999; } div#shortcuts { box-shadow: 5px 10px 10px -1px #999 !important; } }
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址