>>160
I've got arbitrary classes working. Copy the [header] and [body] into a file, 'foltor.user.js', then open it with firefox and greasemonkey should install it.
[header]:
http://github.com/aeosynth/4chon/raw/master/foltor/header
[body]:
http://github.com/aeosynth/4chon/raw/master/foltor/foltor.js
to make a whitelist:
click 'options'
click 'add class'
type 'whitelist' (or whatever)
hit enter or click 'save'
in the filter, add whatever text you want to be whitelisted ('black circle')
hit 'apply'
get stylish -
https://addons.mozilla.org/en-US/firefox/addon/2108
write new style for boards.4chan.org:
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("boards.4chan.org") {
.whitelist {
display: block !important;
}
}
save
and there you have it. you can add arbitrary classes / css. here are some references:
https://developer.mozilla.org/en/CSS_Reference
http://www.w3schools.com/CSS/css_reference.asp