Created
November 25, 2024 14:29
-
-
Save colabottles/1b78e9c5cace99f91c2f06b1687a2319 to your computer and use it in GitHub Desktop.
uBlock Origin script to blur images with no alt text on Bluesky
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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