Javdb Enhanced Script

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

Review: Good - script works

§
Posted: 2025-09-12

there's extra regex "*" at @match script need to be removed to make it work

§
Posted: 2025-09-13
Edited: 2025-09-13

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.

Post reply

Sign in to post a reply.