Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/avindra/useascript
A compendium of userscripts for the Internet.
https://github.com/avindra/useascript
bhagavad-gita github-userscripts twitter-userscript userscript userscript-collection youtube-userscript
Last synced: about 4 hours ago
JSON representation
A compendium of userscripts 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 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-24T22:27:47.000Z (22 days ago)
- Last Synced: 2024-10-26T10:30:46.097Z (21 days ago)
- Topics: bhagavad-gita, github-userscripts, twitter-userscript, userscript, userscript-collection, youtube-userscript
- Language: JavaScript
- Homepage: https://dra.vin/#/useascript
- Size: 75.2 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# useascript [![ci](https://github.com/avindra/useascript/actions/workflows/biome.yml/badge.svg)](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.
## Usage
- [Install from GitHub](https://github.com/avindra/useascript/raw/main/hook.user.js)
([Source](./hook.user.js))Note that, as per the `@match` directive, it will run on all
websites.```
// @match *://*/*
```## 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.