Ascrod / readerview

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

Show original URL in location bar #7

Closed Ascrod closed 6 years ago

Ascrod commented 6 years ago

If possible, show the original URL when in Reader Mode. See if urlbar bindings can be implemented.

Ascrod commented 6 years ago

If possible, add a setter to urlbar.onBeforeValueSet without replacing the existing one.

See also: https://bugzilla.mozilla.org/show_bug.cgi?id=1123910

Ascrod commented 6 years ago

After looking at this, it might be possible to just hide the about:reader URL in the location bar. Hoping to achieve the exact same level of integration as Firefox (e.g. mail integration), however, would be impractical if not impossible without breaking things internal to the browser.

Instead of trying to do this, it might be easier to just provide a means to copy the original URL without having to close Reader View.

Ascrod commented 6 years ago

Closing this issue as WONTFIX for now. Rather than possibly breaking things or causing confusion over how the URL is displayed or used, it should be easy enough to obtain the original URL by using the original article's link at the top of the page or by exiting Reader Mode.