Ascrod / readerview

Implementation of Firefox Reader View as an add-on for the Pale Moon web browser.
9 stars 3 forks source link

Preserve navigation links #44

Open vinipsmaker opened 3 years ago

vinipsmaker commented 3 years ago

I'm using reader view in combination with the extension Website Navigation Bar and the latter uses <link/> tags in the <head/> section to offer a navigation bar right into Pale Moon's native UI.

Reader View discards <link/> tags from the <head/> section on reader mode. It'd be nice if these tags are preserved so I can use reader view to read the page and website navigation bar to navigate among the sections. This would be a great combo to read online manuals.

vinipsmaker commented 3 years ago

Actually, just one more thing: the links shouldn't actually be "preserved" per se. They should be converted to the "about:reader?url=%s" syntax so I can stay on reader mode when I click on one of the navigation buttons from Website Navigation Bar.