È richiesto il browser Opera.
Twitter adds redirection to all shared links to learn what links you click. This extension removes Twitter's redirection to protect your privacy.
Thanks to how twitter handles redirection under-the-hood, this extension is also able to remove redirection from many third-party URL shorteners (e.g.: bit.ly, on.cnn.com, amzn.to, 4sq.com, omg.fac and many more) without having to dereference them.
As a side-effect, all links will load faster as they are no longer passed to Twitter or third-party redirection servers.
To improve performance, the redirections are fixed only when you mouseover links.
This extension is open source software. The source code can be accessed at https://github.com/born2c0de/twitter-redirect-fixer
- Questa estensione può accedere ai tuoi dati su alcuni siti web.
Screenshot
Informazioni sull'estensione
- Scaricamenti
- 10.341
- Categoria
- Riservatezza & Sicurezza
- Versione
- 2.0.0
- Dimensione
- 6,5 KB
- Ultimo aggiornamento
- 23 Settembre 2013
- Licenza
- Pagina del codice sorgente
- https://github.com/born2c0de/twitter-redirect-fixer
Correlati
-
Privacy Badger
Privacy Badger ti protegge dai tracker mentre navighi in rete!
Giudizio: 4,5 Numero totale di giudizi: 39
-
Privacy Settings
Alter browser's built-in privacy settings in a toolbar popup
Giudizio: 0,0 Numero totale di giudizi: 0
-
Disconnect
Make the web faster, more private, and more secure.
Giudizio: 4,5 Numero totale di giudizi: 231
-
uBlock Origin
Finalmente, un blocker efficiente. Leggero sulla CPU e sulla memoria.
Giudizio: 4,5 Numero totale di giudizi: 685
-
LastPass
LastPass, un gestore di password premiato, salva le tue passwords e ti da un accesso sicuro da tutti i computer e dispositivi mobili
Giudizio: 4,0 Numero totale di giudizi: 1470
Commenti degli utenti
Versione corrente (0)
Versione 2.0.0, ultimo aggiornamento 23 Settembre 2013
Non ci sono resoconti.
Versione precedente (1)
-
m1rk00 afferma:
Given someone in my stream has link in tweet, which looks like this:
<a href="https://t.co/pQaj1VfQ" data-expanded-url="https://groups.google.com/d/msg/akka-user/tOp9MpERkkY/8W3p6pd--8wJ" title="https://groups.google.com/d/msg/akka-user/tOp9MpERkkY/8W3p6pd--8wJ" target="_blank" rel="nofollow" class="twitter-timeline-link" data-ultimate-url="https://groups.google.com/forum">groups.google.com/d/msg/akka-use…</a>
Original link (href attribute) points to (tested with "curl -v"):
HTTP/1.1 301 Moved Permanently
Location: https://groups.google.com/d/msg/akka-user/tOp9MpERkkY/8W3p6pd--8wJand this link points to:
HTTP/1.1 302 Moved Temporarily
Location: /forum/#!msg/akka-user/tOp9MpERkkY/8W3p6pd--8wJWhen I have this extension enabled, I end up with this link element:
<a href="https://groups.google.com/forum" data-expanded-url="https://groups.google.com/d/msg/akka-user/tOp9MpERkkY/8W3p6pd--8wJ" title="https://groups.google.com/d/msg/akka-user/tOp9MpERkkY/8W3p6pd--8wJ" target="_blank" rel="nofollow" class="twitter-timeline-link" data-ultimate-url="https://groups.google.com/forum">groups.google.com/d/msg/akka-use…</a>
which points to data-ultimate-url, not data-expanded-url of original link. Instead of opening Google Groups message I end up on main page of Google Groups.
I don't know if it's specific to t.co links or links with hash-bang (or maybe only hash).
Interesting. Thanks for reporting this in, m1rk00. I'll fix it right away.
fixed in version 1.1.0-0 and submitted to the Extension Catalog. Keep checking for release.
Thanks again.
Twitter incorrectly assigns the address to data-ultimate-url which causes a majority of the bugs.
It looks like it's specific to links with a hash-bang (used for bookmarks in HTML) although thanks to you, I found a similar bug with Youtube which redirects to the age verification page for some promoted tweets.
Fixed them both.
Thank you once again for reporting this.
I can confirm, now it works great. Thank you very much for quick fix!