aureliendavid / rsspreview

WebExtension to preview RSS feeds in the browser
MIT License
99 stars 6 forks source link

strange code on top / bottom of RSS feeds #61

Closed lmjst closed 1 year ago

lmjst commented 3 years ago

Since a few weeks the following code is displayed at the bottom (sometimes on top) of the feeds : try { Object.defineProperty(screen, "availTop", { value: 0 }); } catch (e) {} try { Object.defineProperty(screen, "availLeft", { value: 0 }); } catch (e) {} try { Object.defineProperty(screen, "availWidth", { value: 1600 }); } catch (e) {} try { Object.defineProperty(screen, "availHeight", { value: 900 }); } catch (e) {} try { Object.defineProperty(screen, "colorDepth", { value: 24 }); } catch (e) {} try { Object.defineProperty(screen, "pixelDepth", { value: 24 }); } catc .....

This is displayed independently from the feed source / CMS I thought it was my browser but testing another feed display plugin doesn't give the error (but I prefer yours since it loads faster)

thanks dd

aureliendavid commented 3 years ago

I have not seen that happening anywhere.

Do you have an example feed where it happens? What OS and firefox version are you using?

This bit of code is not a part of rsspreview, it seems to return some hits on google but I don't see where it comes from.

aureliendavid commented 1 year ago

closing this because no updates

reopen if necessary