您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Add rel attribute values on mouseup to block window.opener in the linked site, also blocks referer (2016-09-01)
当前为
You may find it troubling that when you follow a link in Tab 1 (Site A) which is targeted to open Site B in a new window or tab, Site B can change the page in Tab 1 from Site A to Site C or whatever. This script adds some rel attribute values to such targeted links to limit the potential for that. It does not attempt to clean up uses of window.open(), however.
Side effect: Site B cannot tell the source of the referral was Site A.
See:
* https://www.reddit.com/r/firefox/comments/50nz1m/is_it_possible_to_protected_yourself_from/
* https://mathiasbynens.github.io/rel-noopener/