https://github.com/curipha/userscripts
*.user.js for Greasemonkey
https://github.com/curipha/userscripts
chrome firefox greasemonkey javascript tampermonkey userscripts
Last synced: 3 months ago
JSON representation
*.user.js for Greasemonkey
- Host: GitHub
- URL: https://github.com/curipha/userscripts
- Owner: curipha
- License: unlicense
- Created: 2014-05-05T03:37:21.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2026-01-11T14:09:32.000Z (5 months ago)
- Last Synced: 2026-01-11T17:30:02.076Z (5 months ago)
- Topics: chrome, firefox, greasemonkey, javascript, tampermonkey, userscripts
- Language: JavaScript
- Homepage:
- Size: 174 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
userscripts [](https://circleci.com/gh/curipha/userscripts)
====================
Various userscripts to enhance browsing experience.
These userscripts work fine with modern web browsers/extensions.
- [Tampermonkey](https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo) with Google Chrome
- [Greasemonkey](https://addons.mozilla.org/firefox/addon/greasemonkey/) with Firefox
Notes
--------------------
### google_personal_blocklist.user.js
Notes for editing the URI/domains on the block list.
- Use regular expression
- `.` and `/` is parsed AS-IS (No escaping is needed)
- Snip off `http://` or `https://` at the beginning of URI
- Add `/` at the tail to avoid false positives
### _export.rb
Run this script to convert Tampermonkey exported JSON file to standard `user.js` files.
```bash
$ ./_export.rb ./path/to/tampermonkey-backup-chrome-yyyy-mm-ddThh_mm_ss.sssZ.txt
```