https://github.com/rwp0/remove-media
Remove HTML Media
https://github.com/rwp0/remove-media
focus greasyfork html javascript media tampermonkey
Last synced: 3 months ago
JSON representation
Remove HTML Media
- Host: GitHub
- URL: https://github.com/rwp0/remove-media
- Owner: rwp0
- Created: 2025-01-17T18:37:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-28T17:46:47.000Z (over 1 year ago)
- Last Synced: 2025-01-28T18:35:00.533Z (over 1 year ago)
- Topics: focus, greasyfork, html, javascript, media, tampermonkey
- Language: JavaScript
- Homepage: https://greasyfork.org/en/scripts/524069-remove-media
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Remove Media
This script removes all media on a web page such as images and videos by deleting their respective HTML elements such as those with `img` and `video` HTML tags.
This is different from "blocking images" (ie. hiding) as offered by many browsers in that it doesn't allocate space for such elements by leaving rectangles and "dead icons" on such media.
I made this to focus on the text domain while browsing, and also to avoid toxic (unwanted, unsolicited) images that catch the eye unintentionally.