aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan <me@jordan.im>2022-11-21 23:08:22 -0700
committerJordan <me@jordan.im>2022-11-21 23:08:22 -0700
commit12c3c1fcc2e72a74934a59fcecba51ef47a6667a (patch)
tree557f3aaf72d12ebb02a6e4dabffd8acdaae20682
parentbc759de26e502e1797dc8507d2261272a317eca7 (diff)
downloadkeep-12c3c1fcc2e72a74934a59fcecba51ef47a6667a.tar.gz
keep-12c3c1fcc2e72a74934a59fcecba51ef47a6667a.zip
misc: expand discarded URLs regex list to include more unwanted URLs
-rw-r--r--keep.json39
1 files changed, 37 insertions, 2 deletions
diff --git a/keep.json b/keep.json
index 6c015ae..3f16f14 100644
--- a/keep.json
+++ b/keep.json
@@ -11,7 +11,42 @@
"^https?://([^/]*\\.)?reddit\\.com/gallery",
"^https?://([^/]*\\.)?youtu\\.be/",
"^https?://([^/]*\\.)?spotify\\.com/",
- "^https?://(www\\.)?youtube\\.com/",
- "^https?://([^/]*\\.)?redd\\.it/"
+ "^https?://([^/]*\\.)?youtube\\.com/",
+ "^https?://([^/]*\\.)?twitter\\.com/",
+ "^https?://([^/]*\\.)?imgur\\.com/",
+ "^https?://([^/]*\\.)?redd\\.it/",
+ "^https?://([^/]*\\.)?instagram\\.com/",
+ "^https?://([^/]*\\.)?tiktok\\.com/",
+ "^https?://([^/]*\\.)?repec\\.org/",
+ "^https?://([^/]*\\.)?ift\\.tt/",
+ "^https?://([^/]*\\.)?vxtwitter\\.com/",
+ "^https?://([^/]*\\.)?rxtwitter\\.com/",
+ "^https?://([^/]*\\.)?giphy\\.com/",
+ "^https?://([^/]*\\.)?twing\\.com/",
+ "^https?://([^/]*\\.)?lichess\\.org/",
+ "^https?://([^/]*\\.)?gfycat\\.com/",
+ "^https?://([^/]*\\.)?4cdn\\.org/",
+ "^https?://([^/]*\\.)?fxtwitter\\.com/",
+ "^https?://([^/]*\\.)?xtwitter\\.com/",
+ "^https?://([^/]*\\.)?reddit\\.com/",
+ "^https?://([^/]*\\.)?amazon\\.com/",
+ "^https?://([^/]*\\.)?amzn\\.com/",
+ "^https?://([^/]*\\.)?amzn\\.eu/",
+ "^https?://([^/]*\\.)?a\\.co/",
+ "^https?://([^/]*\\.)?ebay\\.co\\.uk/",
+ "^https?://([^/]*\\.)?ebay\\.com/",
+ "^https?://([^/]*\\.)?duckduckgo\\.com/",
+ "^https?://([^/]*\\.)?twimg\\.com/",
+ "^https?://([^/]*\\.)?strawpoll\\.com/",
+ "^https?://([^/]*\\.)?strawpoll\\.com/",
+ "^https?://([^/]*\\.)?4chan\\.org/",
+ "^https?://([^/]*\\.)?4plebs\\.org/",
+ "^https?://([^/]*\\.)?google\\.com/search",
+ "^https?://([^/]*\\.)?google\\.com/url",
+ "^https?://([^/]*\\.)?twitch\\.tv/",
+ "^https?://([^/]*\\.)?media\\.tumblr\\.com/",
+ "^https?://([^/]*\\.)?nocookie\\.net/",
+ "^https?://([^/]*\\.)?quoracdn\\.net/",
+ "^https?://([^/]*\\.)?garticphone\\.com/"
]
}