WhatYouClickIsWhatYouGet

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

Autor
elypter
Instalaciones diarias
0
Instalaciones totales
53
Calificaciones
0 0 1
Versión
3
Creado
26/12/2017
Actualizado
30/12/2017
Tamaño
3.5 KB
Licencia
Desconocida
Funciona en
Todos los sitios

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

长期地址
遇到问题?请前往 GitHub 提 Issues。