WelcomeUser Guide
ToSPrivacyCanary
DonateBugsLicense

©2025 Poal.co

I dunno. Slight shift up?

I dunno. Slight shift up?

(post is archived)

[–] 0 pt

I'm a nigger dude. I don't know where in lubricatedmonkey to put that.

It'd be easier to use something like the Stylus extension, but if you were adamant about using a script you could use....

// ==UserScript==
//          The hard way to alter CSS
//        TSJ
//         https://poal.co/*
//         GM_addStyle
//        document-start
// ==/UserScript==

GM_addStyle ( `
    #bttb {
        margin-bottom: 0.1em;
    }
` );