Skip to content

Instantly share code, notes, and snippets.

@avipars
Last active February 2, 2022 19:46
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 avipars/ed8cca768775a40984b4e9b9a8fee7ee to your computer and use it in GitHub Desktop.
Save avipars/ed8cca768775a40984b4e9b9a8fee7ee to your computer and use it in GitHub Desktop.
JCT - Language switch
javascript:document.querySelector('select[ng-model="model.currentLanguage"]').selectedIndex = 1;angular.element(document.querySelector('select[ng-model="model.currentLanguage"]')).triggerHandler('change');document.querySelector('div[local-title="title_local_switcher"] button[local="ok_button"]').click();
@avipars
Copy link
Author

avipars commented Feb 2, 2022

Copy that and drag to the bookmark tab - change the name to whatever you want but leave the "URL" the same
This works on Chrome for desktop

Credit to https://greasyfork.org/en/scripts/411393-english-lev-net/code

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment