Skip to content

Instantly share code, notes, and snippets.

@antonkratz
Last active February 8, 2024 08:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save antonkratz/247fd4a3b8dd1100c232ac1741d3cc68 to your computer and use it in GitHub Desktop.
Save antonkratz/247fd4a3b8dd1100c232ac1741d3cc68 to your computer and use it in GitHub Desktop.
An optic for stract
Rule {
Matches { Url("reddit.com") },
Matches { Url("quora.com") },
Matches { Url("vice.com") },
Matches { Url("9to5mac.com") },
Matches { Url("techdirt.com") },
Action(Discard)
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment