Accessing about:reader URLs in a WebExtension

I have an extension ( https://addons.mozilla.org/en-US/firefox/addon/auto-reader-view/ ) built using the add-on sdk that relies heavily on redirecting URLs prefixed with “about:reader”. I just started playing around with the WebExtension API and it appears that “about:” URLs are blocked from content_scripts. Is there any way around this?

Is there any way around this?

Nothing else than waiting for this:

https://bugzilla.mozilla.org/show_bug.cgi?id=1286387

Perfect, thanks Niklas!