Análises para Redirector
Redirector por Einar Egilsson
343 análises
- Avaliado em 5 de 5por Utilizador do Firefox 13551374 , há 8 anos
- I used this extension to automatically redirect classroom.google.com to classroom.google.com/u/2/h/ which is my school gmail account. Until now I had to laboriously either type in the correct URL, or use Google's menu. This method is a lot simpler and efficient.
- Avaliado em 5 de 5por Utilizador do Firefox 13095361 , há 8 anos
- Avaliado em 5 de 5por Utilizador do Firefox 13512362 , há 8 anos
- Avaliado em 4 de 5por Utilizador do Firefox 13486413 , há 8 anos
- Avaliado em 5 de 5por Utilizador do Firefox 12337131 , há 8 anos
- Avaliado em 5 de 5por Utilizador do Firefox 12343667 , há 8 anos
- It works, but it doesn't rewrite link urls. You either have to open them in a new tab, or copy and paste the url into the address bar. At least that's how it worked on the broken website I was trying to fix.
I see my issue is discussed below. Added two stars... - Avaliado em 5 de 5por Mike Crittenden , há 8 anosI was able to remove 2 other addons thanks to this.
Resposta do programador
publicado a há 8 anosYeah, sorry about that. Debug feature that got left in. Will remove in next version.Resposta do programador
publicado a há 8 anosI'm kind of at the mercy of the webRequest API that Firefox provides there. I redirect every request they pass to me, but don't really know why they wouldn't pass the requests you're mentioning to the extension.- Avaliado em 5 de 5por Jacob Mischka , há 8 anosNot sure why it seems like so many people are complaining.
Would be great if there were a way to automatically sync the configurations between firefox installs, but import/export works fine.
Thanks!Resposta do programador
publicado a há 8 anosThanks, I'm glad you like the extension. Sync would be cool, but I'm not really working much on this anymore. Would welcome contributions from others though. - I've planned to use this add-on as privacy tool, for discarding tracking tokens (like google "utm_source") from URL and bypassing "away scripts" (that counts what external URL user clicked).
Unfortunately, this add-on first visits unmodified address, and only if original page loaded, redirects to another page).
Thus, it's useless for privacy purpose.
P.S. Updated FF to 55.0.3, issue is gone.Resposta do programador
publicado a há 8 anosNormally it doesn't send a request to the original address. However, since FF 52 there' this bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1345893 which always sends a request to the original url first. It's fixed and should be released in Firefox 55 apparently. Resposta do programador
publicado a há 8 anosGlad you like it. I'll try to support Android better some day when I have an Android device. Also, pull requests are welcome if someone else wants to implement it.- It works great! If you could just add support for firefox android, that would make it perfect. Currently I can't find any way to enter rules on Android. Thanks :)
Or make the code open source, so others can do it. I can't access the code provided in the link. It says access denied.Resposta do programador
publicado a há 8 anosThe code is at https://github.com/einaregilsson/Redirector , pull requests are welcome :)