An open API service indexing awesome lists of open source software.

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

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/).

![](https://dl.dropboxusercontent.com/s/lz5re7hq3qmc6wm/npmel_20.jpg)