Join us and the lead editor of IRL, Mozilla's multi-award-winning podcast, for a behind-the-scenes look at the pod and to contribute your ideas for the next season, themed: "AI and ME." Mark your calendar and join our Community Call on Wednesday, Aug 7, 17:00–17:45 UTC. See you there!

Шукати в статтях підтримки

Остерігайтеся нападів зловмисників. Mozilla ніколи не просить вас зателефонувати, надіслати номер телефону у повідомленні або поділитися з кимось особистими даними. Будь ласка, повідомте про підозрілі дії за допомогою меню “Повідомити про зловживання”

Докладніше

Ця тема перенесена в архів. Якщо вам потрібна допомога, запитайте.

Please Enable 'Reader View' on googleweblight optimized compressed pages.

  • 3 відповіді
  • 2 мають цю проблему
  • 13 переглядів
  • Остання відповідь від fzsx

more options

FIREFOX 53.0.2 (32-bit)

No Reader View mode on googleweeblight optimized / compressed / rendered / parsed pages.

Example

Reader View: DISABLED on Googleweblight optimized page https://googleweblight.com/?lite_url=https://css-tricks.com/the-css-box-model/&ts=1494410616&sig=AJsQQ1A1UMNtB2SIiGoPUNgYatIkOPZyzA

Reader View: ENABLED on Orignal Page: https://css-tricks.com/the-css-box-model/

FIREFOX 53.0.2 (32-bit) No Reader View mode on googleweeblight optimized / compressed / rendered / parsed pages. Example Reader View: DISABLED on Googleweblight optimized page https://googleweblight.com/?lite_url=https://css-tricks.com/the-css-box-model/&ts=1494410616&sig=AJsQQ1A1UMNtB2SIiGoPUNgYatIkOPZyzA Reader View: ENABLED on Orignal Page: https://css-tricks.com/the-css-box-model/

Обране рішення

Hi   !
You can try installing this add-on that will force-enable Reader View even if the icon is not displayed :

https://addons.mozilla.org/En-US/firefox/addon/activate-reader-view/

This addon adds a button to the toolbar. Clicking on it activates the Reader View feature even if the icon in the address bar is not present. Technically, this add-on prepends   “about:reader?url=”   to the current tab’s address.

Читати цю відповідь у контексті 👍 2

Усі відповіді (3)

more options

Вибране рішення

Hi   !
You can try installing this add-on that will force-enable Reader View even if the icon is not displayed :

https://addons.mozilla.org/En-US/firefox/addon/activate-reader-view/

This addon adds a button to the toolbar. Clicking on it activates the Reader View feature even if the icon in the address bar is not present. Technically, this add-on prepends   “about:reader?url=”   to the current tab’s address.

more options

Reader view only displays text on a web page in containers that meet conditions like a specific layout. There is a minimum character count for containing elements that show in Reading mode, so you may not see all the text if the page isn't designed to be used with reader mode.

  • view-source:resource://gre/modules/reader/Readability.js

See also:

more options

cor-el said

Reader view only displays text on a web page in containers that meet conditions like a specific layout. There is a minimum character count for containing elements that show in Reading mode, so you may not see all the text if the page isn't designed to be used with reader mode.
  • view-source:resource://gre/modules/reader/Readability.js
See also:

@cor-el your suggested reader addon was ok, but Firefox inbuilt reader mode includes Text-to-Speech integration which I heavily rely on my short naps :). Thanks for your help.