Chrome extension to customize the web with JS & CSS files organized under ~/.w3
.
Example .w3
directory;
$ ls ~/.w3
flickr.com.css gmail.com.js wikipedia.org.css
Supported OS/Distro: Arch Linux
Python3+ is needed to serve the files under ~/.w3 via python -m http.server
command.
$ make install-arch
$ /etc/rc.d/w3d start
Inspired from and based on defunkt/dotjs and stewart/dotcss.