Fork of Spittie's 4chan X (itself a fork of Seaweed's).
Note: If you're looking for a maintained fork of OneeChan, try https://github.com/Nebukazar/OneeChan
Why 4chan X needs to access data on every site?
Install (Firefox)
Install Greasemonkey, then click the link above to install.
Install (Chromium)
Download the file from the link above and add drag it to your chrome://extensions page.
This should also work for non-Windows/dev/canary Chrome and Chromium-based versions of Opera.
Note: The stable and beta releases of Chrome on Windows will disable extensions not installed from the store, so you will need to install from here.
Other browsers
This fork of 4chan X is not guaranteed to work correctly in other browsers, but you are welcome to try your luck. Pull requests to fix the bugs you will likely find are always welcome.
dwb
- Install dwb with your package manager
- Install the dwb userscripts extension with
dwbem -N -i userscriptsin your terminal. - Make a directory for dwb userscripts with
mkdir .config/dwb/greasemonkey - Change directory to your newly created userscripts folder with
cd .config/dwb/greasemonkey - Download 4chanX with
wget https://ccd0.github.io/4chan-x/builds/4chan-X.user.js - Start dwb
If you have any problems, try resetting your 4chan X settings
Forking
Get started
- Get started by reading through the Help link on how to fork a Github project.
- Click the "Fork" button on this page.
- Install node.js.
- Install Grunt's CLI with
npm install -g grunt-cli. - Clone your fork of 4chan X.
cdinto it.- Install/Update 4chan X dependencies with
npm install.
Build
- Build with
grunt. - Continuously build with
grunt watch.
Release
- Update the version with
grunt patch,grunt minororgrunt major. - Release with
grunt release.
Note: this is only used to release new 4chan X versions, ignore as you see fit.