Changelog - Version 0.5.1
List Source Change
Switched to FMHY's sitelist.txt
instead of filterlist.txt
. Previously, the script used filterlist.txt
, which was originally intended for uBlock Origin. This has now been replaced with sitelist.txt
, a dedicated plain-text list of unsafe or scammy domains maintained by FMHY for broader compatibility.
Simpler Parsing Logic
The parsing code was simplified because sitelist.txt
is a clean list of domains (one per line), unlike the old uBlock-style filterlist that used ||
and ^
syntax.
Internal Improvements
List-fetching and parsing logic have been updated to match the new format. The overall behavior, showing one warning per domain per page, remains the same as version 0.4.1.
Why this matters
The old filterlist.txt
was designed for uBlock Origin and similar adblockers, meaning it used syntaxes that are unnecessary for a userscript. The new sitelist.txt
is cleaner, making it a better fit for this type of script.