
Redirect Me 作者: Pascaru
Redirect your web browser requests to where you want to go
2 Users2 Users
必須使用 Firefox 才能使用此擴充套件
擴充套件後設資料
畫面擷圖



關於此擴充套件
Redirect Me
A browser extension that allows users to create and manage rules for redirecting HTTP(S) requests based on URL patterns and transformations.
Features
Example Rule
Imagine that Google is trying to force Google Translate on you for every site you visit, but you don't like this service. To redirect Google Translate URLs to their original source, you can create the following rule:
This rule will transform any request to:
into:
License
MIT
A browser extension that allows users to create and manage rules for redirecting HTTP(S) requests based on URL patterns and transformations.
Features
- Create, edit, and delete redirection rules
- Define complex URL patterns using regular expressions
- Apply multiple transformations to matched URL parts
- Toggle rules on/off easily
- Simple and intuitive user interface
Example Rule
Imagine that Google is trying to force Google Translate on you for every site you visit, but you don't like this service. To redirect Google Translate URLs to their original source, you can create the following rule:
{
"name": "Avoid Google Translate Website",
"description": "Redirect google translate website to original website",
"inputPattern": "https://(.*).translate.goog/(.*)",
"outputPattern": "https://$1/$2",
"transformationRules": [
{
"type": "ReplaceAll",
"searchValue": "-",
"replaceValue": ".",
"target": 1
},
{
"type": "ReplaceAll",
"searchValue": "..",
"replaceValue": "-",
"target": 1
}
]
}
This rule will transform any request to:
https://docs-coqui-ai.translate.goog/en/latest/
into:
https://docs.coqui.ai/en/latest/
License
MIT
由 1 位評論者給出 0 分
權限與資料了解更多
必要權限:
- 存取您所有網站中的資料
更多資訊
- 版本
- 0.0.1
- 大小
- 120.2 KB
- 最近更新
- 16 天前 (2025年8月8日)
- 授權條款
- MIT License
- 版本紀錄
- 新增至收藏集
Pascaru 製作的更多擴充套件
- 目前沒有評分
- 目前沒有評分
- 目前沒有評分
- 目前沒有評分
- 目前沒有評分
- 目前沒有評分