Last active
February 8, 2024 08:36
-
-
Save antonkratz/247fd4a3b8dd1100c232ac1741d3cc68 to your computer and use it in GitHub Desktop.
An optic for stract
This file contains 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
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