🆕 Version Update Summary
✔ Added features
Exception system rewritten with persistent storage
Exceptions are now saved using localStorage, allowing the user to add or remove sites without editing the script manually.
Normalized domain detection
Ensures correct matching across subdomains (e.g., www.google.com, mail.google.com, etc).
Full compatibility with major websites
Including Google, YouTube, Reddit, Instagram, Twitter/X, Amazon, Netflix, Disney+, Microsoft, Steam, and others.
✔ New Hotkeys
Hotkeys now work even on sites added to the exception list.
Add current site to exception list
CTRL + SHIFT + E
Remove current site from exception list
CTRL + SHIFT + X
What they do:
The script automatically extracts the domain (normalized).
Shows a confirmation alert.
Saves it permanently.
User must reload the page for the change to take effect.
✔ General Improvements
Exception matching now uses the same logic as the script’s domain detection.
Fixed the issue where removal hotkeys would not work on sites that were already excluded.
Improved compatibility with pages that dynamically inject anti-adblock scripts.
More stable mutation observer and better filtering for anti-adblock script sources.
Better handling of “disable adblock” overlays without breaking UI elements.