General URL Cleaner

Cleans URL's from various popular sites.

< Părere la script-ul General URL Cleaner

Întrebare/comentariu

§
Postat în: 02-04-2018
Editat în: 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.

Postează un raspuns

Autentifică-te pentru a posta un răspuns.