This file contains 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 Google search tweaks | |
// @description Shortcuts for selecting search results. Block ads and sponsored links. | |
// @author Viktor Qvarfordt | |
// @include /^https?:\/\/(www\.)?google.[^./]+\/search.*/ | |
// @version 2016-08-21 | |
// @grant none | |
// ==/UserScript== | |
// INSTALL: https://gist.github.com/ViktorQvarfordt/1d81cbf5a5bebbaaee90/raw/google-search-tweaks.user.js |