Skip to content

Instantly share code, notes, and snippets.

@popthestack
Created September 20, 2011 22:16
Show Gist options
  • Save popthestack/1230586 to your computer and use it in GitHub Desktop.
Save popthestack/1230586 to your computer and use it in GitHub Desktop.
Fixing google search (Firefox search plugin) to include all my blasted terms.
- <os:Param name="q" value="{searchTerms}"/>
+ <os:Param name="q" value="allintext:{searchTerms}"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment