Intent to Implement: Reader Mode APIs
Marat Tanalin
mtanalin at yandex.ru
Fri Aug 11 19:30:13 UTC 2017
11.08.2017, 16:32, "Bob Silverberg" <bsilverberg at mozilla.com>:
> We plan to implement some WebExtension APIs to support reader mode in Firefox.
> [...]
> [1] https://bugzilla.mozilla.org/show_bug.cgi?id=1286387
Is it (planned to make it) possible to override reader-mode page to implement an entirely different reader-mode implementation? This could basically be an option in the extention’s manifest:
"chrome_url_overrides" : {
"reader": "reader.htm"
},
with the original webpage’s (subject to be read by user in reader mode) HTML code and embedded resources like images being available somehow, e.g. `browser.originalPage.document` could provide access to the original webpage’s document.
Thanks.
More information about the Dev-addons
mailing list