https://github.com/clovervidia/greasemonkey-scripts
A collection of Greasemonkey scripts I've written to improve web pages
https://github.com/clovervidia/greasemonkey-scripts
greasemonkey greasemonkey-scripts javascript tampermonkey tampermonkey-script
Last synced: 3 months ago
JSON representation
A collection of Greasemonkey scripts I've written to improve web pages
- Host: GitHub
- URL: https://github.com/clovervidia/greasemonkey-scripts
- Owner: clovervidia
- Created: 2019-10-13T21:29:08.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-22T01:52:33.000Z (over 5 years ago)
- Last Synced: 2025-01-12T05:12:35.917Z (4 months ago)
- Topics: greasemonkey, greasemonkey-scripts, javascript, tampermonkey, tampermonkey-script
- Language: JavaScript
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# greasemonkey-scripts
A collection of Greasemonkey scripts I've written to improve web pages## The Scripts
`YouTube Link Redirect Fixer.user.js` is the only script as of right now. Its job is simple: Remove the YouTube redirected links in YouTube video descriptions and comments and replace them with the original link. It also replaces the truncated URLs with the full URL to make copy-pasting them easier.
`Slickdeals Link Redirect Fixer.user.js` is based on `YouTube Link Redirect Fixer.user.js` and performs a similar role. It removes some of the Slickdeals redirected links in posts and comments. It can't remove all of them, because some redirects don't have the original URL in them, and instead appear to hit some Slickdeals API first to get the external URL. I'll look into those at a later date.