Skip to content

Instantly share code, notes, and snippets.

@raphaelyancey
Last active August 29, 2015 14:06
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 raphaelyancey/950215f722eb270aa0b8 to your computer and use it in GitHub Desktop.
Save raphaelyancey/950215f722eb270aa0b8 to your computer and use it in GitHub Desktop.
Stripped parameters Google search plugin in Firefox (OSX)
# Add this to your ~/.bash_profile or ~/.bashrc
# You will need to execute this alias after every Firefox update
# To work offline, juste replace the wget command with a cp of the local file to the same destination
# If you use Firefox Beta or Aurora, just replace the name and don't forget to quote the paths (as there will be a space in the name)
alias firefox-google-fix='curl https://gist.githubusercontent.com/raphaelyancey/d158d662170edcc845fa/raw/8b62e7ba974a11f7b75cb051c3bc3a80a9365dc5/google.xml > /Applications/Firefox.app/Contents/Resources/browser/searchplugins'
@raphaelyancey
Copy link
Author

Updated the gist as the browser directory path changed in the last Firefox updates.

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