diff options
Diffstat (limited to '.config/qutebrowser/greasemonkey/scribe-css.js')
-rwxr-xr-x | .config/qutebrowser/greasemonkey/scribe-css.js | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/.config/qutebrowser/greasemonkey/scribe-css.js b/.config/qutebrowser/greasemonkey/scribe-css.js deleted file mode 100755 index 60fc0e2..0000000 --- a/.config/qutebrowser/greasemonkey/scribe-css.js +++ /dev/null @@ -1,16 +0,0 @@ -// ==UserScript== -// @name scribe css -// @match *://scribe.rip/* -// @grant none -// ==/UserScript== - -GM_addStyle(` - body { - background-color: #ffffff; - font-family: monospace, monospace; - } - img { - border: 1px solid #000000; - } -`) - |