[Load javascript from html and not inject it
Tijmen de Mes **20240709163912
Ignore-this: ddcdb0be3706ad0779612bfc712aff14b7c9ef259fba82a04fd4747c4dbb3a4e070c2b227f814624
] hunk ./blink/chatwindow.py 728
- self.page.profile().scripts().insert(self._get_script())
-
+ # self.page.profile().scripts().insert(self._get_script())
+
+ # Somehow the script gets inserted in every page, for now we load it from html
hunk ./resources/chat/template.html 8
+
+