This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Remove Google Results Redirect | |
// @namespace Smiths | |
// @description 9 lines of code to remove all link redirection on Google Search Results. Prevents tracking and helps load times! | |
// @include http://google.*/search* | |
// @include https://google.*/search* | |
// @include http://www.google.*/search* | |
// @include https://www.google.*/search* | |
// @include http://www.google.*/webhp* | |
// @include https://www.google.*/webhp* |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#********************************************************************** | |
# 04.29 | |
# 2019年4月29日 20:32:24 | |
# 转载需要注明版权和来源 | |
# 全部规则来自GFWList 没有白名单 | |
# | |
# 更新记录 https://raw.githubusercontent.com/ACL4SSR/ACL4SSR/master/more/New.md | |
# 下载地址 https://raw.githubusercontent.com/ACL4SSR/ACL4SSR/master/fullgfwlist.acl | |
# | |
#********************************************************************** |