Nicolas Stepien 3e9b5b029e Use the "input" event as much as possible.
This event fires when a text input element's value changes, always when it changes, only when it changes.
It fires on keyup, keydown, paste, cut, with the keyboard, with shortcuts, with the context menu, etc...
It works on Chrome, Firefox 12+ and Opera.
2012-06-08 10:23:25 +02:00
2012-06-04 18:12:56 +02:00
2012-06-04 18:12:56 +02:00
2012-06-04 18:12:56 +02:00

Get 4chan X HERE.

Building

  • Install node.js.
  • Install CoffeeScript with npm install -g coffee-script.
  • Clone 4chan X.
  • cd into it and build with cake build.
  • For development (continuous builds), run cake dev &. Kill the process with killall node.

Releasing

  • Upgrade version with cake -v VERSION upgrade. Note that this is only used to release new 4chan x versions, and is not needed or wanted in pull requests.

Contributing

  • Edit the CoffeeScript source
  • Build the JavaScript
  • If the edits affect regular users, edit the changelog
  • Fork the repo
  • Send a pull request
Description
No description provided
Readme 513 MiB
Languages
JavaScript 82.4%
CoffeeScript 14.3%
CSS 2%
HTML 1%
Makefile 0.2%