Add another URL to auto close
- ID
dc0d12c- date
2024-10-02 22:50:38+00:00- author
Alex Chan <alex@alexwlchan.net>- parent
1f2f88a- message
Add another URL to auto close- changed files
1 file, 1 addition
Changed files
macos/close_tabs (3989) → macos/close_tabs (4039)
diff --git a/macos/close_tabs b/macos/close_tabs
index 3b29a17..b6b26e9 100755
--- a/macos/close_tabs
+++ b/macos/close_tabs
@@ -65,6 +65,7 @@ function isSafeToClose(url) {
url === 'https://mobile.twitter.com/home' ||
url === 'https://news.ycombinator.com/' ||
url === 'https://old.reddit.com/' ||
+ url === 'https://pinboard.in/u:alexwlchan' ||
url === 'https://remote.com' ||
url === 'https://social.alexwlchan.net/home' ||
url === 'https://social.alexwlchan.net/notifications' ||