Well, I know what I WANT to do. I just have no clue how to do it. Maybe someone more experienced can show me the way.
Basically, I'm trying to block 4chan's interstitial advertisements. They only show up if you click an image thumbnail (clicking the actual image LINK skips this, but the thumbnail is so much easier).
if you click the thumbnail in say /a/, you'd be sent to http://img.4chan.org/a/src.cgi/image.jpg where you have to click "skip" to be sent to the actual image.
if you clicked a link you'll be sent to http://img.4chan.org/a/src/image.jpg.
Basically, I need PithHelment to transmogrify "http://$1.4chan.org/$2/src.cgi/$3" to "http://$1.4chan.org/$2/src/$3"
Anyone know how to do this?
Basically, I'm trying to block 4chan's interstitial advertisements. They only show up if you click an image thumbnail (clicking the actual image LINK skips this, but the thumbnail is so much easier).
if you click the thumbnail in say /a/, you'd be sent to http://img.4chan.org/a/src.cgi/image.jpg where you have to click "skip" to be sent to the actual image.
if you clicked a link you'll be sent to http://img.4chan.org/a/src/image.jpg.
Basically, I need PithHelment to transmogrify "http://$1.4chan.org/$2/src.cgi/$3" to "http://$1.4chan.org/$2/src/$3"
Anyone know how to do this?