-
Notifications
You must be signed in to change notification settings - Fork 165
Some Examples
Some examples of how some redirects (using Wildcard Pattern Type, instead of regular expressions),
Include pattern: http*://dereferer.org/?
Redirect to: $3
Example: http://dereferer.org/?http://www.imdb.com/title/tt1800302/ → http://www.imdb.com/title/tt1800302/
Include pattern: http*://downloads.sharewareonsale.com/files/hub/sharewareonsale.com/*_hub.exe
Redirect to: https://downloads.sharewareonsale.com/files/$2.exe
Example: https://downloads.sharewareonsale.com/files/hub/sharewareonsale.com/SharewareOnSale_Giveaway_Makesoft_DuplicateFinder_hub.exe → https://downloads.sharewareonsale.com/files/SharewareOnSale_Giveaway_Makesoft_DuplicateFinder.exe
Include pattern: http*://m.webnovel.com/*
Redirect to: https://www.webnovel.com/$2
Example: https://m.webnovel.com/book/9240018005002505 → https://www.webnovel.com/book/9240018005002505
Hoping others will add some Regular expressions one, so I can incorporate them... :)