Skip to content

Instantly share code, notes, and snippets.

@otaviomedeiros
Created April 23, 2014 19:16
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 otaviomedeiros/11228764 to your computer and use it in GitHub Desktop.
Save otaviomedeiros/11228764 to your computer and use it in GitHub Desktop.
firefox utils
# 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