jesus2099 / konami-command

power‐ups for various web sites
118 stars 25 forks source link

ListenBrainz support #651

Open jesus2099 opened 2 years ago

jesus2099 commented 2 years ago

https://listenbrainz.org/my/listens (and other pages) contain direct links to MusicBrainz entities. They could be highlighted like done on https://acoustid.org/track/7c6d3985-ae79-485a-8292-8d0d1d6a5570

jesus2099 commented 2 years ago

I need to remove my super clumsy category matching system.

For LB, it works if I use the same React work-around as MB, and all HREF must be prefixed by https://musicbrainz.org in the XPath string (for example, AcoustID prefix is //musicbrainz.org).