8000
Skip to content

Allow user scripts for the new Firefox Reader facility about:reader #2195

@cipriancraciun

Description

@cipriancraciun

With the latest edition of Firefox, they have integrated the Pocket "reader", which when activated will load a "reading" version of the original page at an URL like about:reader?....

However user scripts are not allowed for about pages, including the about:reader.

I've made a small hack in modules/util/isGreasemonkeyable.js, by adding a line like the one below just after if (/^about:blank/.test(url)) return true;:

if (/^about:reader(\?.*)?$/.test(url)) return true;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0