Unable to load image

How do you block scripts with css again?

I'd rather avoid updating ublock on multiple devices but I'm shitty with CSS.

img[src="/assets/images/asdfsdf.webp"] { display: none; }

works for images but how do you block js or audio assets?

Thanks :))

3
Jump in the discussion.

No email address required.

fart.js

Jump in the discussion.

No email address required.

*[src="/assets/js/fart.js"] {display: none;}

So that doesn't work. I found the asset in dev cowtools with some suffix so I just chopped it off. I'm not sure how to block non images though. I tried a wildcard instead of img which obviously doesn't work. And display : none doesn't make sense but I tried anyway.

Jump in the discussion.

No email address required.

Link copied to clipboard
Action successful!
Error, please refresh the page and try again.