Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/remarkablemark/tampermonkey-example
Tampermonkey example
https://github.com/remarkablemark/tampermonkey-example
example tampermonkey userscript
Last synced: about 2 months ago
JSON representation
Tampermonkey example
- Host: GitHub
- URL: https://github.com/remarkablemark/tampermonkey-example
- Owner: remarkablemark
- License: mit
- Created: 2022-11-16T17:36:01.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-17T00:38:46.000Z (about 2 years ago)
- Last Synced: 2024-11-11T17:59:09.892Z (3 months ago)
- Topics: example, tampermonkey, userscript
- Language: JavaScript
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tampermonkey-example
[Tampermonkey](https://www.tampermonkey.net/) example
## Prerequisites
- [Tampermonkey Chrome extension](https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo)
## Install
Open Tampermonkey **Utilities** in your Chrome browser:
```
chrome-extension://dhdgffkkebhmkfjojejmpbldmpobfkfo/options.html#nav=utils
```Go to **Import from URL**, copy and paste the link to the [raw file](example.js) below, and click **Install**:
```
https://raw.githubusercontent.com/remarkablemark/tampermonkey-example/master/example.js
```## Run
Go to https://example.com/ and see an alert open with "Hello, world!"
## License
[MIT](LICENSE)