2014-05-26 00:57:25 -05:00
2014-05-24 15:44:44 -07:00
2014-05-18 16:35:53 -07:00
2014-05-24 15:44:44 -07:00
2014-04-06 16:14:55 -07:00
2014-05-24 15:44:44 -07:00
2014-05-24 15:44:44 -07:00
2014-05-26 00:57:25 -05:00

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 and add drag it to your chrome://extensions page. ##Install guide for dwb

  1. Install dwb with your package manager
  2. Install the dwb userscripts extension with dwbem -N -i userscripts in your terminal.
  3. Make a directory for dwb userscripts with mkdir .config/dwb/greasemonkey
  4. Change directory to your newly created userscripts folder with cd .config/dwb/greasemonkey
  5. Download 4chanX with wget https://github.com/ccd0/4chan-x/raw/master/builds/4chan-X.user.js
  6. 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.
  • cd into 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 minor or grunt major.
  • Release with grunt release.

Note: this is only used to release new 4chan X versions, ignore as you see fit.

Description
No description provided
Readme 513 MiB
Languages
JavaScript 82.4%
CoffeeScript 14.3%
CSS 2%
HTML 1%
Makefile 0.2%