Skip to content
dadosch edited this page Aug 9, 2018 · 2 revisions

This is just a page where you can share your rules.

Rules

ebay: remove item name from url

[ { "uuid": "d94a0ab2-5036-43ef-9e67-826c9c554f84", "pattern": { "scheme": "*", "host": [ "*.ebay.*" ], "path": [ "itm/*" ], "topLevelDomains": [ "at", "be", "ca", "ch", "co.uk", "com", "cz", "de", "dk", "es", "fi", "fr", "gr", "hu", "ie", "it", "nl", "no", "pl", "pt", "tr", "ru", "se" ] }, "types": [ "main_frame" ], "action": "redirect", "active": true, "redirectUrl": "{protocol//$&}//{hostname//$&}{pathname/(itm)\\/[^\\/]+\\//itm/}{search//$&}", "paramsFilter": { "values": [ "{pathname/.*\\/([0-9]{12})\\/.*/\\1}" ] } } ]

Clone this wiki locally