ClearURLs / Rules

Rules database of the ClearURLs WebExtension.
https://docs.clearurls.xyz/latest/specs/rules/
GNU Lesser General Public License v3.0
129 stars 51 forks source link

Add Bandcamp track/album rules #57

Open H3wastooshort opened 1 year ago

H3wastooshort commented 1 year ago

Links to Bandcamp albums and tracks can have tracking garbage at the end wich can just be cut.

Uncleaned: https://noagreements.bandcamp.com/track/save-me-disavowed?from=search&search_item_id=2443005792&search_item_type=t&search_match_part=%3F&search_page_id=2248967963&search_page_no=0&search_rank=1&logged_in_menubar=true

Clean: https://noagreements.bandcamp.com/track/save-me-disavowed

This is a VERY ugly RegEx for it: (^https:\/\/[\S]+.bandcamp.com\/(?:track|album)\/[^\/\?]+)\?[\s\S]*$ Only the first capturing group will be kept, the rest discarded