The latest stable releases of Chrome, Firefox, Opera and Opera Mobile are supported.

Install 4chan X

Using Opera? Install Opera 12+ (currently in beta). Why?
Chrome:
  1. Install 4chan X, that's it.
Firefox:
  1. If you don't have Scriptish installed:
    1. Install Scriptish.
    2. Restart Firefox.
  2. Install 4chan X.
Opera:
  1. If you haven't set your userscripts folder:
    1. Go to Preferences (Ctrl + F12) → Advanced → Content → JavaScript Options → User JavaScript Folder.
    2. Chose what will be your userscripts folder.
  2. Save the 4chan X file into your userscripts folder.
Opera Mobile:
  1. If you haven't set your userscripts folder:
    1. Enter opera:config in the address bar.
    2. Under User Prefs, enable User JavaScript.
    3. Set User JavaScript File to what will be your userscripts folder, /sdcard/js for example
    4. Save your settings.
  2. Save the 4chan X file into your userscripts folder.

Before making one,

  1. Make sure your browser & 4chan X are up to date.
  2. Disable your other extensions & scripts.
  3. If your issue persists, report precise steps to reproduce and console errors, if any. Open your console with:
    • Ctrl + Shift + J on Chrome & Firefox
    • Ctrl + Shift + O on Opera.

Known issues: Chrome: Firefox:

GitHub Issues Tracker

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
}