This could be useful, but the fact that it's been broken almost since its creation indicates nobody's actually using it. As with the file info formatting, I'll mention it on the changelog and add it back with better security if someone actually wants to use it.
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 (Chrom*)
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.
Description
Languages
JavaScript
82.4%
CoffeeScript
14.3%
CSS
2%
HTML
1%
Makefile
0.2%