summaryrefslogtreecommitdiffstats
path: root/.config/qutebrowser/greasemonkey/scribe.js
blob: 60fc0e2795c964cac2ee66a94089a4fee86ff1da (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// ==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;
    }
`)

remember that computers suck.