Відгуки для Old Reddit Plus
Old Reddit Plus автор butterboat
Відповідь від butterboat
Відповідь розробника
оприлюднено 17 годин томуUnderstandable, is the built-in Reader view. When you open an external link from reddit the reader downloads that page's full HTML to run the Readability parser on it (reader.js → fetch(url)). Since Reddit links can point to any website, that fetch can target any domain — and a browser extension can only fetch cross-origin from sites listed in its permissions. There's no fixed domain list that covers "wherever a Reddit link happens to go," so it resolves to .
1 відгук
- Оцінка 5 з 5від Galdikas, 19 годин томуCan I ask why the "Access your data for all websites" and not just reddit? I'm not really comfortable using the extension with that permission tbh.
Відповідь розробника
оприлюднено 17 годин томуUnderstandable, is the built-in Reader view. When you open an external link from reddit the reader downloads that page's full HTML to run the Readability parser on it (reader.js → fetch(url)). Since Reddit links can point to any website, that fetch can target any domain — and a browser extension can only fetch cross-origin from sites listed in its permissions. There's no fixed domain list that covers "wherever a Reddit link happens to go," so it resolves to .