Awesome
service.subtitles.ktuvit
Ktuvit.me subtitle service for Kodi
In order to get the encoded password:
- Open ktuvit.me in the browser
- Open developer tools (in Windows <kbd>ctrl</kbd> + <kbd>shift</kbd> + <kbd>c</kbd> )
- Enter this code in the console:
x = { value: 'MY-PASSWORD' };
loginHandler.EncryptPassword({}, x, 'MY@EMAIL.COM');
copy(x.value); // this will copy your encrypted password to your clipboard
console.log(`Now paste it in the addon's settings at the Encrypted password field`)