Greasy Fork is available in English.
Cleans URL's from various popular sites.
< Opiniones de General URL Cleaner
Does not work as expected(Amazon)
When I search "PLT-M70" on www.amazon.co.jp, some links are all "/dp/PLANTRONIC". e.g.
function cleanAmazonItemdp(a) { - let item = a.pathname.match(/\/[A-Z0-9]{10}/); + let item = a.pathname.match(/\/dp(\/[A-Z0-9]{10})/)[1]; return a.origin + '/dp' + item + a.hash; }
Inicia sesión para responder.
Does not work as expected(Amazon)
When I search "PLT-M70" on www.amazon.co.jp, some links are all "/dp/PLANTRONIC". e.g.