Greasy Fork is available in English.

General URL Cleaner

Cleans URL's from various popular sites.

< Feedback on General URL Cleaner

Question/comment

§
Posted: 02.04.2018.
Edited: 02.04.2018.

Fix for eBay and orig_cvip=true

orig_cvip=true is the querystring parameter required for the "see original listing" link to work on completed auctions.

Line 179 should use this:

a.search.replace(/&/gi,'?').match(/\?orig_cvip=[^?]+/)||'')

The /&/gi will make sure all ampersands are replaced with question marks.

Post reply

Sign in to post a reply.