Skip to content
JustMarkov edited this page Jun 11, 2023 · 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


Redirect Only Individual Videos From YouTube To Piped

Include pattern: https://www.youtube.com/watch?v=*

Redirect to: https://piped.kavin.rocks/watch?v=$1

Example: https://www.youtube.com/watch?v=dQw4w9WgXcQhttps://piped.kavin.rocks/watch?v=dQw4w9WgXcQ


youtu.be Piped Fixer

Include pattern: https://piped.kavin.rocks/*&feature=youtu.be

Redirect to: https://piped.kavin.rocks/$1

Example: https://www.youtube.com/watch?v=dQw4w9WgXcQ&feature=youtu.behttps://piped.kavin.rocks/watch?v=dQw4w9WgXcQ


Legacy CurseForge Redirect

Include pattern: https://www.curseforge.com/*

Redirect to: https://legacy.curseforge.com/$1

Example: https://www.curseforge.com/minecraft/mc-mods/pinkys-misc-biomes-and-mobshttps://legacy.curseforge.com/minecraft/mc-mods/pinkys-misc-biomes-and-mobs


Hoping others will add some more Regular expressions (beyond the ones in the help file), so I can better understand and incorporate them... :)