https://github.com/azer/.w3
A Google Chrome extension that executes JavaScript and CSS files in ~/.w3
https://github.com/azer/.w3
Last synced: 10 months ago
JSON representation
A Google Chrome extension that executes JavaScript and CSS files in ~/.w3
- Host: GitHub
- URL: https://github.com/azer/.w3
- Owner: azer
- Created: 2012-08-05T06:14:31.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2013-05-05T01:40:24.000Z (about 13 years ago)
- Last Synced: 2025-04-14T10:12:25.167Z (about 1 year ago)
- Language: D
- Homepage:
- Size: 188 KB
- Stars: 27
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
Chrome extension to customize the web with **JS** & **CSS** files organized under `~/.w3`.
Example `.w3` directory;
```bash
$ 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
```bash
$ make install-arch
$ /etc/rc.d/w3d start
```
# Usage Examples
* [github.com/azer/w3files](https://github.com/azer/w3files)
# Credits
Inspired from and based on [defunkt/dotjs](http://github.com/defunkt/dotjs) and [stewart/dotcss](https://github.com/stewart/dotcss/).
