#bttb {
margin-bottom: 0.1em;
}
I'm a nigger dude. I don't know where in lubricatedmonkey to put that.
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==
// [@name](/u/name) The hard way to alter CSS
// [@author](/u/author) TSJ
// [@match](/u/match) https://poal.co/*
// [@grant](/u/grant) GM_addStyle
// [@run-at](/u/run-at) document-start
// ==/UserScript==
GM_addStyle ( `
#bttb {
margin-bottom: 0.1em;
}
` );
It'd be easier to use something like the *Stylus* extension, but if you were adamant about using a script you could use....
```
// ==UserScript==
// @name The hard way to alter CSS
// @author TSJ
// @match https://poal.co/*
// @grant GM_addStyle
// @run-at document-start
// ==/UserScript==
GM_addStyle ( `
#bttb {
margin-bottom: 0.1em;
}
` );
Suggestion?
https://pic8.co/sh/GZhkIJ.png
Obviously the left arrow wouldn't be there on page 1.
(post is archived)