Skip to content

Instantly share code, notes, and snippets.

@berwiecom
Last active November 3, 2023 17:13
Show Gist options
  • Save berwiecom/5963095d21b0352d33c5263452296153 to your computer and use it in GitHub Desktop.
Save berwiecom/5963095d21b0352d33c5263452296153 to your computer and use it in GitHub Desktop.
pcs.cnf..firefox..toggle.proxy
alias proxyon="sed -i 's#proxy.type\", 0#proxy.type\", 1#' $HOME/.mozilla/firefox/*/prefs.js"
alias proxyof="sed -i 's#proxy.type\", 1#proxy.type\", 0#' $HOME/.mozilla/firefox/*/prefs.js"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment