Skip to content

Instantly share code, notes, and snippets.

@miketaylr
Created January 14, 2011 04:20
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save miketaylr/779169 to your computer and use it in GitHub Desktop.
Save miketaylr/779169 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";
@mathiasbynens
Copy link

How about @include http://www.google.*/?

@miketaylr
Copy link
Author

Oh, good point.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment