WhatYouClickIsWhatYouGet

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

질문, 리뷰하거나, 이 스크립트를 신고하세요.
개발자
elypter
일일 설치수
0
총 설치수
52
평점
0 0 1
버전
3
생성
2017-12-26
갱신
2017-12-30
라이선스
없음
동작 사이트
모든 사이트

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