I wrote a userscript to try to remove it but it only works half the time for some reason.
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
@sasha_sorokin indeedhttps://twitter.com/grishka11/status/1382181628311711745
This form seems to always work.
If I use `// @run-at document-start`, document.body would be null 🤔