Skip to content

Instantly share code, notes, and snippets.

@colabottles
Created November 25, 2024 14:29
Show Gist options
  • Save colabottles/1b78e9c5cace99f91c2f06b1687a2319 to your computer and use it in GitHub Desktop.
Save colabottles/1b78e9c5cace99f91c2f06b1687a2319 to your computer and use it in GitHub Desktop.
uBlock Origin script to blur images with no alt text on Bluesky
bsky.app##[data-testid="contentHider-post"] img[alt=""]:style(filter: grayscale(1) contrast(0.5) blur(10px))
bsky.app##[data-testid="contentHider-post"] img[alt=""]:hover:style(filter: none)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment