Enhances Javdb: heatmap highlighting, sort by heat, hide low score, list-page status (Watched/Want), click-to-fetch preview image.
< Feedback on Javdb Enhanced Script
You're using Tampermonkey, right? Tampermonkey has strict management of wildcards and does not support abc*.com.
The abc*.com notation is convenient for matching different subdomains.
If you only use the main site, you can remove the *.
If you want to match subdomains, you can change @match to @include, though Tampermonkey officially doesn't seem to recommend using @include.
Thank you for your feedback.
there's extra regex "*" at @match script need to be removed to make it work