An open API service indexing awesome lists of open source software.

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

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.