Skip to content

Instantly share code, notes, and snippets.

@reconbot
Forked from miketaylr/minusw3schools.user.js
Created January 14, 2011 14:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save reconbot/779667 to your computer and use it in GitHub Desktop.
Save reconbot/779667 to your computer and use it in GitHub Desktop.
// ==UserScript==
// @include http://www.google.*/
// @include http://www.google.*/search*
// @include http://www.bing.com/
// @include http://www.bing.com/search*
// @include http://www.yahoo.com/
// @include http://search.yahoo.com/search*
// ==/UserScript==
document.querySelector('input[name=q], input[name=p]').value = " -w3schools";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment