Description from extension meta
הפעל קריאת זן באופן אוטומטי באתר עיתון הארץ
Image from store
Description from store
Pages on the Haaretz newspaper websites (haaretz.co.il, themarker.com)have a "Zen Reading" button, which when pressed, suppress unwanted page elements:
This extension will automatically enter "Zen Reading" mode when on the Hebrew website of Haaretz.
This extension will only work for Haaretz paid subscribers.
[This extension is not affiliated with or endorsed by Haaretz]
הרחבה זו, תפעיל ״קריאת זן״ כברירת מחדל למנויים באתר עיתון הארץ.
הרחבה זו אינה קשורה לעיתון הארץ או מאושרת על ידו.
Source code of the extension is available here: https://gitlab.com/zegman/zen-reading-mode-for-haaretz
Latest reviews
- (2023-10-08) Rony Utevsky: אשכרה תוסף שבסך הכל לוחץ על כפתור, וזה עובד רק למנויים... זה הקוד מקור של התוסף בגיטהאב: Array.prototype.filter.call(document.querySelectorAll('span'), function(element) { if (element.textContent == 'קריאת זן') { element.click(); } });
- (2021-10-06) Ido Elkan: לא הבנתי, יש פה אפשרות לdark mode בשביל לקרוא שלא יסנוור?