https://github.com/neverdecaf/discord-userscripts
Tampermonkey userscripts for discord.com
https://github.com/neverdecaf/discord-userscripts
Last synced: 12 months ago
JSON representation
Tampermonkey userscripts for discord.com
- Host: GitHub
- URL: https://github.com/neverdecaf/discord-userscripts
- Owner: NeverDecaf
- Created: 2021-04-30T23:15:30.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-06-19T17:09:56.000Z (12 months ago)
- Last Synced: 2025-06-19T18:37:26.127Z (12 months ago)
- Language: JavaScript
- Size: 122 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# discord-userscripts
## [auto_shrink_images](https://github.com/NeverDecaf/discord-userscripts/raw/master/auto_shrink_images.user.js) (Currently not working)
Shrink images uploaded or pasted into the client with `ctrl+v` to bring them below the 8MB upload limit. Images smaller than 8MB, when copied to the clipboard, can sometimes become larger than 8MB due to being converted to a pixmap. This script converts all large images to jpeg then reduces jpeg quality until the filesize is under 8MB. This works for both pasted images and uploaded files (include multiple file uploads).
## [always_twitfix](https://github.com/NeverDecaf/discord-userscripts/raw/master/always_twitfix.user.js)
Replace links to twitter posts with "fixupx.com" in outgoing messages.
## [full_res_image_modal](https://github.com/NeverDecaf/discord-userscripts/raw/master/full_res_image_modal.user.js)
Replace downscaled images (in the modal shown after clicking on an image) with their original source image, some images may fail to display due to [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS).