The latest stable releases of Chrome, Firefox, Opera and Opera Mobile are supported.
Ctrl + F12) → Advanced → Content → JavaScript Options → User JavaScript Folder.opera:config in the address bar.User Prefs, enable User JavaScript.User JavaScript File to what will be your userscripts folder, /sdcard/js for exampleBefore making one,
Ctrl + Shift + J on Chrome & FirefoxCtrl + Shift + O on Opera.localStorage is null, go to about:config and enable dom.storage.enabled.Security error, make sure cookies are enabled.// @delay 1 in its metadata block.
4chan X CSS defaults: Advanced styling features.
Userstyles.org: For 4chan userstyles.
Linkify Plus or 4chan Linkify: Linkification.
YouTube Link Title: YouTube title and embedding.
ExSauce: Exhentai sauce links.
DownThemAll for Firefox: download all images in a thread with this fast filter: /^http://images.4chan.org/.
*nix: Download all images in a thread with this shell function (add it to your .bashrc):
dta() {
wget -O - $1 |
grep -Eo 'images.4chan.org/[^"]+' |
uniq |
xargs wget
}