# Web Pouch
Web Pouch is a collection of standalone JavaScript scripts and CSS stylesheets
that have no external dependencies. Most of them may be used by simply
including it in a web page:
```html
```
## Original scripts
| Name | Description |
| - | - |
| [prefetch.js](https://webpouch.runxiyu.org/prefetch.js) | Fetch anchor contents on hover and replace DOM |
## Ported scripts
None for now.
## Stylesheets
None for now.
## JavaScript style
It's pretty much the "common" style, except that we name functions and
variables in `snake_case`, and we use tabs instead of spaces for indentation.
## Contact
You may contact the maintainer [Runxi Yu](https://runxiyu.org) for questions
regarding this project.
## License
MIT/Expat.