// ==UserScript== // @name Google Redirect Remover // @namespace http://weibo.com/zheung // @version 2.6.1511132230 // @description A very simple Google redirect remove // @include https://www.google.*/* // @include http://www.google.*/* // @grant none // @run-at document-end // @copyright DanoR // @downloadURL none // ==/UserScript== (function() { var allH3rA = document.querySelectorAll('h3.r>a'); for(var i=0; i