Skip to content

Instantly share code, notes, and snippets.

@palopezv
Created January 25, 2019 19:15
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 palopezv/931df6aa26ad812384765827cada4b74 to your computer and use it in GitHub Desktop.
Save palopezv/931df6aa26ad812384765827cada4b74 to your computer and use it in GitHub Desktop.
Firefox can use Google Translate if you use your own private API keys
/* https://bugzilla.mozilla.org/show_bug.cgi?id=1488232 */
browser.translation.ui.show = true
browser.translation.google.apiKey = "whatever"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment