Zixaphir 523d6bd9c4 Merge branch 'ccd0' into v3
Conflicts:
	CHANGELOG.md
	LICENSE
	builds/4chan-X.user.js
	builds/crx.crx
	builds/crx/script.js
	src/General/Build.coffee
	src/General/Index.coffee
	src/General/Main.coffee
	src/General/Navigate.coffee
	src/General/css/style.css
	src/General/html/Build/post.html
	src/General/html/Features/Index-navlinks.html
	src/General/lib/post.class
	src/Images/Gallery.coffee
	src/Images/ImageExpand.coffee
	src/Images/ImageHover.coffee
	src/Miscellaneous/Banner.coffee
	src/Miscellaneous/Keybinds.coffee
	src/Monitoring/ThreadUpdater.coffee
	src/Posting/QR.captcha.coffee
	src/Posting/QR.coffee
	src/Posting/QR.post.coffee
	src/Quotelinks/QuoteBacklink.coffee
	src/Quotelinks/Quotify.coffee
2014-05-03 02:03:35 -07:00
2014-05-03 02:03:35 -07:00
2014-04-20 07:15:14 -07:00
2014-05-03 02:03:35 -07:00
2014-04-09 22:42:22 -07:00
2014-05-03 02:03:35 -07:00
2014-04-06 16:14:55 -07:00
2014-04-10 23:40:18 -07:00
2014-05-03 02:03:35 -07:00
2014-05-03 02:03:35 -07:00
2014-04-29 10:29:30 -07: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 (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.
  • 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%