imgs w/o src have 0 width / height, floating / absolutely positioned elements don't fill up the parent, so the parent thinks it has 0 width / height, and chrom doesn't reposition when the img does get a src. the file input always has a width / height, so don't float / position it so it fills up the parent.
Get 4chan X HERE.
Building
install nodejs and npm,
install coffee-script with
npm install -g coffee-script, clone 4chan x, cd into it and actually build
with cake build. for development (continuous builds), run cake dev &.
kill the process with killall node.
Description
Languages
JavaScript
82.4%
CoffeeScript
14.3%
CSS
2%
HTML
1%
Makefile
0.2%