Andrey
Andrey
@hiikion, Thank you very much! I think that's how Aternos detects library requests. Fix: execute `document.getElementById = function(_a) { };` before executing the code.
I've checked token parser using `tests/js_samples.py` now. Every sample was processed incorrectly.
Oh, that's because of `document.doctype` property.
I think the most efficient solution is to create the accurate copy of `window` and `document` objects from Firefox DevTools, but there are too many properties and methods. Maybe I'll...
Temporarily fixed
That happened again: Aternos added `document.currentScript`. Fixed in `v3.0.3`
`document.prepend`, fixed in 3.0.4
@pythoncat1, yes. Please, read the conversation above.
This feature was planned a long time ago... No, it is not possible yet.
`from python_aternos.aterrors import ServerStartError` if you are using the latest version.