您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Personal styles for GitLab
/* ==UserStyle== @name GitLab Personal @author @flippidippi @description Personal styles for GitLab @version 1.0.3 @namespace https://greatest.deepsurf.us/users/399435 @license unlicense ==/UserStyle== */ @-moz-document domain("gitlab.com") { textarea.js-gfm-input { background-color: #1e2021; color: #ebdab1; font-size: 14px !important; max-width: none !important; } .zen-backdrop.fullscreen textarea { color: #ebdab1; max-height: calc(100vh); } }