Browser hacking: Let's add JavaScript to the Browser!




SerenityOS is open source on GitHub: https://github.com/SerenityOS/serenity
Follow me on Twitter: https://twitter.com/awesomekling
Support me on Patreon: https://patreon.com/serenityos
Sponsor me on GitHub: https://github.com/sponsors/awesomekling
Donate via Paypal: http://paypal.me/awesomekling

SerenityOS is a Unix-like operating system that I’m implementing from scratch. http://www.serenityos.org/

Original source


14 responses to “Browser hacking: Let's add JavaScript to the Browser!”

  1. 3:15 Other browsers do this too unless there is async or defer attribute in the element, parsing will be blocked while the script is being downloaded and parsed

    This is why websites put scripts on the bottom, so that the content loads first 🙂

Leave a Reply