Skip to main content

Add some more tabs to insta-close

ID
3e461dc
date
2022-08-01 13:40:19+00:00
author
Alex Chan <alex@alexwlchan.net>
parent
8bf633e
message
Add some more tabs to insta-close
changed files
1 file, 3 additions, 1 deletion

Changed files

close_tabs (2881) → close_tabs (2981)

diff --git a/close_tabs b/close_tabs
index 47188d9..00d4f30 100755
--- a/close_tabs
+++ b/close_tabs
@@ -64,7 +64,9 @@ function isSafeToClose(url) {
     url === 'https://twitter.com/home' ||
     url === 'https://twitter.com/notifications' ||
     url === 'https://www.macrumors.com' ||
-    url === 'https://www.youtube.com/'
+    url === 'https://www.youtube.com/' ||
+    url === 'https://github.com/alexwlchan/pathscripts' ||
+    url === 'https://alexwlchan.net/'
   );
 }