Reddit: Direct Links

Removes redirect on outbound links.

スクリプトをインストールするには、Tampermonkey, GreasemonkeyViolentmonkey のような拡張機能のインストールが必要です。

You will need to install an extension such as Tampermonkey to install this script.

スクリプトをインストールするには、TampermonkeyViolentmonkey のような拡張機能のインストールが必要です。

スクリプトをインストールするには、TampermonkeyUserscripts のような拡張機能のインストールが必要です。

このスクリプトをインストールするには、Tampermonkeyなどの拡張機能をインストールする必要があります。

このスクリプトをインストールするには、ユーザースクリプト管理ツールの拡張機能をインストールする必要があります。

(ユーザースクリプト管理ツールは設定済みなのでインストール!)

このスタイルをインストールするには、Stylusなどの拡張機能をインストールする必要があります。

このスタイルをインストールするには、Stylus などの拡張機能をインストールする必要があります。

このスタイルをインストールするには、Stylus tなどの拡張機能をインストールする必要があります。

このスタイルをインストールするには、ユーザースタイル管理用の拡張機能をインストールする必要があります。

このスタイルをインストールするには、ユーザースタイル管理用の拡張機能をインストールする必要があります。

このスタイルをインストールするには、ユーザースタイル管理用の拡張機能をインストールする必要があります。

(ユーザースタイル管理ツールは設定済みなのでインストール!)

このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください
作者
Zren
1日のインストール数
0
累計インストール数
684
評価
5 0 0
バージョン
7
作成日
2016/09/25
更新日
2018/08/16
大きさ
1.91KB
ライセンス
不明
対象サイト

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.