codayon / clearify

Published:

Version: 2.1+297e61a updated

Summary: Blurs all images until toggled to unblur or hovered over.

Groups:

Homepage: https://github.com/codayon/browser-scripts/tree/main/blur-img

Support: https://github.com/codayon/browser-scripts/issues

Copyright: 2025, codayon (https://github.com/codayon)

License: MIT

Overview

Clearify blurs all images on a webpage until toggled to unblur or hovered over. This enhances privacy, reduces distractions, and allows users to control when images are visible.

Features

  • Automatic Image Blur: All images are blurred by default.
  • Hover to Reveal: Hovering over an image temporarily unblurs it.
  • Toggle Button: A UI toggle button allows enabling or disabling the blur effect.
  • Dynamic Support: Automatically applies blur to newly loaded images (e.g., infinite scroll pages).
  • Minimal Performance Impact: Efficient DOM monitoring with MutationObserver.

Usage

  • Hover Over an Image: It will unblur temporarily.
  • Use the Toggle Button: Click "Toggle Blur" to enable or disable the effect.
  • Remove the UI: Click "Hide" to remove the toggle button from view.

Excluding Certain Websites

Some websites may not work well with this script due to their own image-loading mechanisms. If you encounter issues, you can manually exclude those sites in your userscript manager.

To add a site to the exclude list, edit the script and add:

// @exclude https://example.com/*

Replace example.com with the domain you want to exclude.

License

This project is licensed under the MIT License.

Support

For issues or feature requests, visit the GitHub repository.

Rating: 0