https://github.com/avindra/useascript
A compendium of userscripts for the Internet. Think dotfiles, but for the Internet.
https://github.com/avindra/useascript
bhagavad-gita github-userscripts twitter-userscript userscript userscript-collection youtube-userscript
Last synced: 9 days ago
JSON representation
A compendium of userscripts for the Internet. Think dotfiles, but for the Internet.
- Host: GitHub
- URL: https://github.com/avindra/useascript
- Owner: avindra
- License: gpl-3.0
- Created: 2021-08-01T02:00:53.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-10-31T20:53:31.000Z (4 months ago)
- Last Synced: 2025-10-31T22:18:59.784Z (4 months ago)
- Topics: bhagavad-gita, github-userscripts, twitter-userscript, userscript, userscript-collection, youtube-userscript
- Language: JavaScript
- Homepage: https://dra.vin/#/useascript
- Size: 76.2 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# useascript [](https://github.com/avindra/useascript/actions/workflows/biome.yml)
`useascript` is a repository of userscripts for a clearer Internet 🌃
## Name meaning
The name (`use`-`a`-`script`) denotes that the various scripts supporting many websites are loaded from a `single` script. This is done to conveniently manage many userscripts and simplify the development / testing model. At the same time, it eliminates the need for a 3rd party host.
## Install
The userscript is hosted here:
https://dra.vin/useascript/useascript.user.js
It has a corresponding `.meta.js` so updates will work automatically.
## Development
Run `make` to build the bundle. It requires `esbuild`. The script will go directly to your clipboard (assuming Wayland) using `wl-copy`. Then, paste the result into your userscript manager's editor. A less cumbersome method is desired, please suggest a better way if you know one!
## License
Brought to you by [Avindra Goolcharan](https://dra.vin/).
The source code is fully licensed under `GPL-3.0-only`. See [COPYING](./COPYING)
for more info.