karlhorky / userscripts

Violentmonkey / Greasemonkey userscripts for improving the behavior of various websites
3 stars 0 forks source link

Switch userscripts to top-level await #33

Open karlhorky opened 1 month ago

karlhorky commented 1 month ago

Top-level await is supported as of ViolentMonkey 2.19.2+:

Audit all userscripts and switch relevant userscripts to use top-level await (eg. add-tmdb-links-to-imdb.user.js probably)

karlhorky commented 3 weeks ago

I wanted to try this out today, but I saw that 2.19.0 is the latest version published in the Chrome Web Store

Screenshot 2024-07-07 at 15 13 14

This can be used via beta, but I think I'll wait until 2.19.2 is published.