Email or username:

Password:

Forgot your password?
Top-level
Gregory

This form seems to always work.

If I use `// @run-at document-start`, document.body would be null 🤔

3 comments
Savely Krasovsky

@grishka try
document.addEventListener ("DOMContentLoaded", loaded).

Gregory

@savely that's the same as without "run-at", it would run after the body has already been parsed and some scripts ran

[DATA EXPUNGED]
Go Up