# regurlator **Repository Path**: mirrors_WebReflection/regurlator ## Basic Information - **Project Name**: regurlator - **Description**: A RegExp URL Redirector. - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-10-28 - **Last Updated**: 2026-07-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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](https://x.com/WebReflection) ## Web Stores * [Chrome / Edge](https://chromewebstore.google.com/detail/regurlator/jfgfmidmfgfajfmhbfhbkidjnhgdfinl) * Firefox - [it's complicated](https://x.com/khanhicetea/status/1983564678803423730) and I am afraid I have no time to care enough about it at this point, PR welcomed 👋 ![regurlator popup example](./regurlator.png) ## Handy Redirects | Service | RegExp | URL | | :---------- | :----: | :-: | | **Zoom** | `^https:\\/\\/(?:\\S+?)\\.(zoom\\.us)\\/j\\/(\\d+)\\?pwd=(.+)?` | `https://app.$1/wc/$2/join?ref_from=launch&pwd=$3&fromPWA=1` | | **BlueJeans** | `^(https?:\/\/(?:.*\.)?bluejeans\.com\/)(\d+(?:\/\d+)*)([?#][\S\s]*)?$` | `$1$2/webrtc$3` |