Last active
August 29, 2015 14:06
-
-
Save raphaelyancey/950215f722eb270aa0b8 to your computer and use it in GitHub Desktop.
Stripped parameters Google search plugin in Firefox (OSX)
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
# 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' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Updated the gist as the
browser
directory path changed in the last Firefox updates.