Skip to content
buthub edited this page Sep 25, 2018 · 10 revisions

Some examples of how some redirects (using Wildcard Pattern Type, instead of regular expressions),

Dereferer Removal

Include pattern: http*://dereferer.org/?

Redirect to: $3

Example: http://dereferer.org/?http://www.imdb.com/title/tt1800302/http://www.imdb.com/title/tt1800302/


SharewareOnSale Skip Hub File Download, Get Install File Directly

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.exehttps://downloads.sharewareonsale.com/files/SharewareOnSale_Giveaway_Makesoft_DuplicateFinder.exe


Webnovel.com - Switch from mobile to WWW site

Include pattern: http*://m.webnovel.com/*

Redirect to: https://www.webnovel.com/$2

Example: https://m.webnovel.com/book/9240018005002505https://www.webnovel.com/book/9240018005002505


Hoping others will add some Regular expressions one, so I can incorporate them... :)