Skip to content

Other extensions don't work on the Just Read format #29

@ZachSaucier

Description

@ZachSaucier

Other extensions that run on rendered web pages don't run on the Just Read format. A list of notable extensions that currently have this behavior include:


This is due to Just Read creating and using an <iframe> that uses an about:blank URL, which the other extensions don't usually recognize. For other extensions to work with Just read, they must include "match_about_blank": true to their manifest.json as seen in this thread and manage dynamically created elements.


With that being said, the shared versions of JR pages can support other extensions like any other webpage. See this post for more information.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions