Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Is there a way to get addon to work in reader view mode?

  • 2 பதிலளிப்புகள்
  • 1 இந்த பிரச்சனை உள்ளது
  • 53 views
  • Last reply by lsdoll02

I can't use all addonn in reader view mode.

Is there a way to make it available? 
Thank you.
I can't use all addonn in reader view mode. Is there a way to make it available? Thank you.

தீர்வு தேர்ந்தெடுக்கப்பட்டது

No, reader view uses the about:reader (about:reader?url=%s) page and extension do not work on about: pages. If you only want to modify the appearance then you can use CSS code in userContent.css (not userChrome.css).

@-moz-document url-prefix(about:reader){
 /* your CSS rules */
}

More info about userContent.css and userChrome.css in case you are not familiar: *https://www.userchrome.org/what-is-userchrome-css.html

Read this answer in context 👍 0

All Replies (2)

தீர்வு தேர்ந்தெடுக்கப்பட்டது

No, reader view uses the about:reader (about:reader?url=%s) page and extension do not work on about: pages. If you only want to modify the appearance then you can use CSS code in userContent.css (not userChrome.css).

@-moz-document url-prefix(about:reader){
 /* your CSS rules */
}

More info about userContent.css and userChrome.css in case you are not familiar: *https://www.userchrome.org/what-is-userchrome-css.html