Skip to content

Instantly share code, notes, and snippets.

@jsit
Last active December 2, 2024 15:18
Show Gist options
  • Save jsit/a47aae03d7f4781d3c464b6db25a0faa to your computer and use it in GitHub Desktop.
Save jsit/a47aae03d7f4781d3c464b6db25a0faa to your computer and use it in GitHub Desktop.
Blur Trump UserStyle
/* ==UserStyle==
@name BlurTrump
@description Add blur and grayscale filter to images of Trump
@version 0.3
@match http://*/*
@match https://*/*
==/UserStyle== */
[href*="trump" i] img, [src*="trump" i], [alt*="trump" i] {
filter: grayscale(1) blur(10px);
clip-path: border-box;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment