Show Rottentomatoes meter - Trakt UI Addon v48.1.4
- Stopped using jsdelivr for no reason. Userscripts don't load requires or icons every time the script is run... and besides, we are talking about tiny filesizes.
- WaitForKeyElements is now hosted on greasyfork, where it is tracked via webhook, so it will always have the newest version. This is better than jsdelivr, which pointed to a specific commit, since this means if I update the library, this script should now automatically load the updated library.
- Removed unnecessary async from main function, since it uses .then()