This form seems to always work.
If I use `// @run-at document-start`, document.body would be null 🤔
@grishka try document.addEventListener ("DOMContentLoaded", loaded).
@savely that's the same as without "run-at", it would run after the body has already been parsed and some scripts ran
@grishka try
document.addEventListener ("DOMContentLoaded", loaded).