Greasy Fork is available in English.

Reddit: Direct Links

Removes redirect on outbound links.

Aŭtoro
Zren
Ĉiutagaj instaloj
0
Tutaj instaloj
660
Ratings
5 0 0
Versio
7
Kreita
2016/09/25
Ĝisdatigita
2018/08/16
Licenco
N/A
Aplikiĝas al

Reddit users are tracked using a redirect (similar to google) where the url is replaced when you click the link. Users with accounts can turn this tracking off in their settings, but that doesn't help when logged out.

Note that Reddit still knows:

  • What subreddit you visited
  • What submission you probably saw if you checked the comments
  • That you clicked the submission (there's other javascript that could log the event)

This script is for users who hate waiting on the redirect, if you think this script "saves your privacy" then you are kidding yourself.

The origional author of this script is /u/ItsMeCaptainMurphy who posted it here. His version doesn't check links fetched after the pages loads however.

v7 - August 16 2018

  • Don't error when a link doesn't have a title/tabindex attribute.
  • Remove script icon as it was breaking with some users.

v6 - January 19 2017

  • Add rel="noreferrer" to link.
  • Fix thumbnails getting getting deleted.