The extension provides examples for adding content to the very bottom of a page, but not to the top. Thus I fiddled with regexes a bit and found this solution, e.g.:
Detect any first character at the beginning of a page:
ā Search for: /^(.)/
Prepend my content to the char found a the beginning of a page including a line break:
ā Replace with: MyContent\n$1