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 :))
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 :))
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.
More options
Context
More options
Context