您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
A dark theme for the support.glitch.com forum.
/* ==UserStyle== @name Glitch Forum Dark Theme @description A dark theme for the support.glitch.com forum. @author Ghostoblivion @preprocessor stylus @version 1.0.0 @namespace https://greasyfork.org/users/430044 @homepageURL https://github.com/ghostoblivion/GlitchForumDark @supportURL https://discord.gg/7Umrdsx ==/UserStyle== */ @-moz-document domain("support.glitch.com") { :root { --primary: #fff; --secondary: #262C49; --tertiary: #00aaff; --quaternary: #00aaff; --header_background: #10163A; --header_primary: #eee; --highlight: #FCF3AF; --danger: #e45735; --success: #04D558; --love: #fa6c8d; --always-black-rgb: 0, 0, 0; --primary-rgb: 34, 34, 34; --primary-low-rgb: 232.9, 232.9, 232.9; --secondary-rgb: rgb(38, 44, 73); --header_background-rgb: 119, 236, 255; --tertiary-rgb: 0, 136, 204; --primary-very-low: #212744; --primary-low: #212744; --primary-low-mid: #eee; --primary-medium: #00aaff; --primary-high: #fff; --primary-very-high: #c792ea; --header_primary-low: #ebebeb; --header_primary-low-mid: #c2c2c2; --header_primary-medium: #999; --header_primary-high: #707070; --header_primary-very-high: #525252; --secondary-low: #4d4d4d; --secondary-medium: gray; --secondary-high: #a6a6a6; --secondary-very-high: #ededed; --tertiary-low: #10163A; --tertiary-medium: #6cf; --tertiary-high: #0aadff; --tertiary-hover: #069; --quaternary-low: #10163A; --highlight-low: #fefbe7; --highlight-medium: #10163A; --highlight-high: #ceb708; --danger-low: #fbe6e1; --danger-low-mid: rgba(242, 171, 154, 0.7); --danger-medium: #ec8972; --danger-hover: #c63c1b; --success-low: #c5fedc; --success-medium: #6ffca8; --success-hover: #6ffca8; --love-low: #212744; --wiki: #6ffca8; --blend-primary-secondary-5: #10163A; --primary-med-or-secondary-med: #fff; --primary-med-or-secondary-high: #fff; --primary-high-or-secondary-low: #eee; --primary-low-mid-or-secondary-high: #bdbdbd; --primary-low-mid-or-secondary-low: #bdbdbd; --primary-or-primary-low-mid: #222; --highlight-low-or-medium: #fefbe7; --tertiary-low-or-tertiary-high: #d1f0ff; --tertiary-med-or-tertiary: #6cf; --secondary-or-primary: #fff; --tertiary-or-white: #08c; --facebook-or-white: #4267b2; --twitter-or-white: #1da1f2; --hljs-comment: #676e95; --hljs-number: #099; --hljs-string: #c3e88d; --hljs-literal: #fff; --hljs-tag: #c792ea; --hljs-attribute: #008080; --hljs-symbol: #990073; --hljs-bg: #292d3e; --google: #fff; --google-hover: #f2f2f2; --instagram: #e1306c; --instagram-hover: #ac194b; --facebook: #4267b2; --facebook-hover: #2d477a; --cas: #6ffca8; --twitter: #1da1f2; --twitter-hover: #0c85d0; --github: #100e0f; --github-hover: #463e42; --discord: #7289da; --discord-hover: #4a67cf; --gold: #e7c300; --silver: silver; --bronze: #cd7f32 } .post-controls .extra-buttons .accepted-text .d-icon, .post-controls .extra-buttons .accepted-text .accepted-label { color: #04D558; } .d-header #site-logo { content: url("https://cdn.glitch.com/e200ca48-8caa-472f-b105-1ab0ed3d605d%2Flogo-day.svg"); } }