Last active
February 2, 2022 19:46
-
-
Save avipars/ed8cca768775a40984b4e9b9a8fee7ee to your computer and use it in GitHub Desktop.
JCT - Language switch
This file contains hidden or 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
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(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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