I'll list the filter followed by the action. As always, add actions to the bottom of the file, to skip the whitelisting section.
With xkcd, you always have to mouse over images, and wait for the caption to appear. Then you have to read fast before it disappears. This filter will put the image title above the image. Always visible, and without the smallcaps.
Code: Select all
FILTER: xkcd Always show image titles
s|(<img src=".*" )title="(.*)" (alt=".*" />)|<div style='font-size: 0.8em; font-variant: normal;'>$2</div><br/>$1$3|gU
{ +filter{xkcd} +prevent-compression }
xkcd.com
.xkcd.com
Code: Select all
FILTER: slashdot Remove comment box
s/(<div class=['"]commentwrap['"])/$1 style='display:none;'/U
{ +filter{slashdot} }
slashdot.org
.slashdot.org
Code: Select all
FILTER: linux Annoyance
s|GNU/Linux|Linux|g
{ +deanimate-gifs +filter{linux} }
/