Created
April 23, 2014 19:16
-
-
Save otaviomedeiros/11228764 to your computer and use it in GitHub Desktop.
firefox utils
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
# ff plugins | |
ls /usr/lib/mozilla/plugins/ | |
# pode ser aqui tambem | |
ls /usr/lib/firefox-addons/plugins | |
# ff config | |
cat ~/.mozilla/firefox/<something>.default/prefs.js | |
# estar uma config para o ff | |
echo 'user_pref("javascript.enabled", true);' >> ~/.mozilla/firefox/<something>.default/prefs.js | |
# plugin java always active | |
user_pref("plugin.state.java", 2); | |
# ff plugins | |
cat ~/.mozilla/firefox/<something>.default/extensions.json |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment