.w3
A Google Chrome extension that executes JavaScript and CSS files in ~/.w3
Install / Use
/learn @azer/.w3README
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
Install
Python3+ is needed to serve the files under ~/.w3 via python -m http.server command.
On Arch Linux
$ make install-arch
$ /etc/rc.d/w3d start
Usage Examples
Credits
Inspired from and based on defunkt/dotjs and stewart/dotcss.

