alyssaxuu / screenity

The free and privacy-friendly screen recorder with no limits 🎥
https://screenity.io
GNU General Public License v3.0
11.85k stars 914 forks source link

Weird additions to the webpage example.com #206

Closed ceskyDJ closed 8 months ago

ceskyDJ commented 8 months ago

Hi @alyssaxuu! I found another issue while recording example.com. Screenity adds some rectangles to the page, so the content of the webpage is full of them. I think this video explains it better than hundreds of words:

https://github.com/alyssaxuu/screenity/assets/48548230/6909e8e3-e006-44c9-9020-11cf6115e85d

SW details:

alyssaxuu commented 8 months ago

Looks like the example.com website has some default styling for div elements, so the invisible Screenity divs become visible. In fact other extensions have the same problem, here's Loom for instance:

Screenshot 2024-01-15 at 6 26 15 PM

That said, I could try to override those styles on the next update to prevent the issue though, I'll look into it.

ceskyDJ commented 8 months ago

You're just right. It has styling of divs. I think it will be better to override these styles, because this problem could appear on more pages that ignores the fact it isn't the best way, how to select elements in CSS.

Thanks for looking into it!

alyssaxuu commented 8 months ago

Fixed in the 3.1.2 release, will be live in the Chrome Store soon.