Change the list of URLs to auto-close
- ID
336c290- date
2024-01-02 09:29:13+00:00- author
Alex Chan <alex@alexwlchan.net>- parent
611dc03- message
Change the list of URLs to auto-close- changed files
1 file, 1 addition, 3 deletions
Changed files
macos/close_tabs (2475) → macos/close_tabs (2418)
diff --git a/macos/close_tabs b/macos/close_tabs
index 7f95a67..50ec39f 100755
--- a/macos/close_tabs
+++ b/macos/close_tabs
@@ -38,9 +38,6 @@ function isSafeToClose(url) {
url.startsWith("https://app.fastmail.com/mail/Inbox/?u=") ||
url.startsWith("https://github.com/Flickr-Foundation/") ||
url.startsWith("https://zoom.us/") ||
-
- // Kibana dashboards in Elastic Cloud
- url.includes(".eu-west-1.aws.found.io:9243/")
) || (
url === 'https://alexwlchan.net/' ||
url === 'https://arstechnica.com/' ||
@@ -49,6 +46,7 @@ function isSafeToClose(url) {
url === 'https://mail.google.com/mail/u/0/#inbox' ||
url === 'https://mobile.twitter.com/home' ||
url === 'https://news.ycombinator.com/' ||
+ url === 'https://remote.com' ||
url === 'https://social.alexwlchan.net/home' ||
url === 'https://twitter.com/home' ||
url === 'https://twitter.com/i/timeline' ||