querySelectorAll was slower, and Array.prototype.slice was an overkill. This speeds up the preParser by about 35%.
Get 4chan X HERE.
Building
- Install node.js.
- Install CoffeeScript with
npm install -g coffee-script. - Clone 4chan X.
cdinto it and build withcake build.- For development (continuous builds), run
cake dev &. Kill the process withkillall node. - Upgrade version with
cake -v VERSION upgrade.
Description
Languages
JavaScript
82.4%
CoffeeScript
14.3%
CSS
2%
HTML
1%
Makefile
0.2%