WhatYouClickIsWhatYouGet

Userscript that removes all event listeners and replaces all data-outbound-url attrbutes from links

Author
elypter
Daily installs
0
Total installs
52
Ratings
0 0 1
Version
3
Created
2017-12-26
Updated
2017-12-30
License
N/A
Applies to
All sites

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