您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Userscript that removes all event listeners and replaces all data-outbound-url attrbutes from links
Do you hate it when you hover over a link and it looks completely normal but when you click on it it takes you somewhere else or redirects you over some logging page? this script gets rid of all that fuckery so that what you click is what you get.
It works by removing all event listeners and replacing all data-outbound-url attributes from links by looping over all "a" tags. this isnt particularly efficient but even on my 10 year old laptop it finished in 100ms so it's not a major hastle.
https://github.com/elypter/WhatYouClickIsWhatYouGet
License: GPL3