https://chrome.google.com/webstore/detail/c...kkjfobafhncgmne
should work with any chrome based browser, firefox should have one too.
Next, after installed stylus, click the extension, then select write style for "forum.lowyat.net"
the CSS editor will open up, paste the following CSS to the editor and SAVE.
This one hide the two-tone background and remove the border.
CODE
.reactionsBar
{
background: none !Important;
border: none !Important;
}
{
background: none !Important;
border: none !Important;
}
This one hide the reaction bar, you wont see any reaction until you deactivated the CSS.
CODE
.reactionsBar.is-active
{
display: none
}
{
display: none
}
Nov 18 2022, 09:03 PM
Quote
0.0878sec
0.64
6 queries
GZIP Disabled