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 Ditch W3Schools | |
// @namespace pwa.lu | |
// @description Remove w3schools.com results from Google | |
// @include http://www.google.tld/* | |
// @include https://www.google.tld/* | |
// @version 1.0 | |
// @grant none | |
// ==/UserScript== | |
// |