Dodaci za preglednik Firefox
  • Proširenja
  • Teme
    • za Firefox
    • Rječnici i jezični paketi
    • Druge stranice preglednika
    • Dodaci za Android
Prijavi se
Pregled za Redirect Me

Redirect Me od Pascaru

Redirect your web browser requests to where you want to go

0 (0 reviews)0 (0 reviews)
2 Users2 Users
Za korištenje ovog proširenja trebat ćeš Firefox
Preuzmi Firefox i nabavi proširenje
Preuzmi datoteku

Metapodaci proširenja

Snimke ekrana
Redirect-me popup screenRedirect-me main screenRedirect-me create a rule screen
Informacije o ovom proširenju
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
  • 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
Rated 0 by 0 reviewers
Prijavi se i ocijeni ovo proširenje
Još nema ocjena

Ocjena je spremljena

5
0
4
0
3
0
2
0
1
0
Još nema recenzija
Dozvole i podaciSaznaj više

Potrebne dozvole:

  • Pristupiti tvojim podacima za sve web stranice
Daljnje informacije
Verzija
0.0.1
Veličina
120,2 KB
Zadnje aktualiziranje
prije 18 dana (8. kol. 2025)
Povezane kategorije
  • Alati za pretraživanje
  • Kartice
Licenca
MIT licenca
Povijest verzija
  • Pogledaj sve verzije
Dodaj u zbirku
Prijavi ovaj dodatak
Daljnja proširenja od Pascaru
  • Još nema ocjena

  • Još nema ocjena

  • Još nema ocjena

  • Još nema ocjena

  • Još nema ocjena

  • Još nema ocjena

Idi na početnu stranicu Mozille

Dodaci

  • Informacije
  • Blog za Firefox dodatke
  • Radionica za proširenja
  • Centar za programere
  • Pravila za programere
  • Blog zajednice
  • Forum
  • Prijavi grešku
  • Priručnik za recenziranje

Preglednici

  • Desktop
  • Mobile
  • Enterprise

Proizvodi

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Bluesky (@firefox.com)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • Privatnost
  • Kolačići
  • Pravne informacije

Osim gdje je drugačije navedeno, sadržaj ove stranice licenciran je pod licencom Creative Commons Imenovanje dijeli pod istim uvjetima verzija 3.0 ili novijoj.