Skip to content

WebReflection/regurlator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

regurlator

A RegExp URL Redirector:

  • it allows one or more RegExp to match any website and automatically (if desired) redirect to the destination URL
  • it allows you to save or restore list of rules to apply
  • no match? no problem! - it does literally nothing else if rules did not apply

by @WebReflection

Web Stores

regurlator popup example

Handy Redirects

Service RegExp URL
Zoom ^https:\/\/(?:\S+?)\.(zoom\.us)\/j\/(\d+)\?pwd=(.+)?$ https://app.$1/wc/join/$2?fromPWA=1&pwd=$3
BlueJeans ^(https?:\/\/(?:.*\.)?bluejeans\.com\/)(\d+(?:\/\d+)*)([?#][\S\s]*)?$ $1$2/webrtc$3

About

A RegExp URL Redirector.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published