General URL Cleaner

Cleans URL's from various popular sites.

< 脚本 General URL Cleaner 的反馈

提问 / 留言

§
发布于:2018-04-02
编辑于:2018-04-02

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.

发布留言

登录以发布留言。