On Fri Jan 6 14:55:56 2023 +0000, Gabriel Ivăncescu wrote:
Any reason you're not using `nsIDOMDocumentFragment_QuerySelector` here with `body` selector to look for the body?
Oh I thought I couldn't use that because I didn't have the nsIDOMDocumentFragment object, now I saw that I can just cast it and it works.