-
Notifications
You must be signed in to change notification settings - Fork 139
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Other extensions don't work on the Just Read format #29
Comments
The only way I could see Just Read modifying itself to be compatible extensions like these is to use an entirely different methodology of attempting to reformat articles to be read, i.e. don't use an If this approach were used, I'd likely have it as a user-selected option and default to use iframes because of the increased reliability in terms of error prevention. Edit: I tried using the shadow DOM instead of iframes instead of iframes and it fixed this issue. However, it is incompatible with some Premium features so I can't use that approach. See #282 for more info. |
Just Read Premium now supports any other extensions in its shared version of Just Read Pages. See this post for more information. |
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:
Vimium- This now supports Just ReadThis is due to Just Read creating and using an
<iframe>
that uses anabout: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 theirmanifest.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.
The text was updated successfully, but these errors were encountered: