Bali10050 / FirefoxCSS

Custom firefox interface
Mozilla Public License 2.0
283 stars 25 forks source link

Broken video player #16

Closed fr0zert closed 1 month ago

fr0zert commented 1 month ago

Recently found that on one site are broken player, no buttons and no video window. I think the problem is that custom css parameters have the same names as elements on the site, or something like that, but this is just my guess. Site: rezka.ag (they have many different domains hdrezka and etc.)

broken: image

normal(without css): image

Bali10050 commented 1 month ago

userContent.css can have an effect on websites, but I put everything in media-tags limited to some urls, so it shouldn't do anything outside of about: and chrome: unless there's a typo somewhere. Try checking it in a new profile, until I get home to fix it.

Bali10050 commented 1 month ago

It wasn't anything that I tought of, the css that changed the background color in about:blank, somehow disabled the videoplayer.

fr0zert commented 1 month ago

bug report to mozilla?

Bali10050 commented 1 month ago

No, you just need to update your userContent.css and your user.js

fr0zert commented 1 month ago

oh ok, ty!