9 lines of code to remove all link redirection on Google Search Results. Prevents tracking and helps load times!
< 脚本Remove Google Results Redirect的反馈
Yandex direct вопросСоздал скрипт по аналогии с Google для отключения редиректа на yandex'еИнтересно мнение гуру, что не правильно и просто советы:// ==UserScript==// @name Remove Yandex Results Redirect// @include http://yandex.*/yandsearch*// @grant unsafeWindow// @version 0.1// ==/UserScript== if(unsafeWindow.top == unsafeWindow.self){ document.addEventListener('DOMNodeInserted',function(e){ window.setTimeout(function(){ var rl = document.querySelectorAll('a[onmousedown*="//yandex.ru/clck/jsredir"]'); for (var l=0;l
登录(不可用)以发表回复。
土豆服务器,请按需使用
镜像地址随时可能被墙,建议加群获取最新地址
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址
Yandex direct вопрос
Создал скрипт по аналогии с Google для отключения редиректа на yandex'е
Интересно мнение гуру, что не правильно и просто советы:
// ==UserScript==
// @name Remove Yandex Results Redirect
// @include http://yandex.*/yandsearch*
// @grant unsafeWindow
// @version 0.1
// ==/UserScript==
if(unsafeWindow.top == unsafeWindow.self){
document.addEventListener('DOMNodeInserted',function(e){
window.setTimeout(function(){
var rl = document.querySelectorAll('a[onmousedown*="//yandex.ru/clck/jsredir"]');
for (var l=0;l