Skip to main content

Also close ChatGPT when I close tabs

ID
931b8f4
date
2024-04-07 18:30:09+00:00
author
Alex Chan <alex@alexwlchan.net>
parent
67ce5bd
message
Also close ChatGPT when I close tabs
changed files
1 file, 1 addition

Changed files

macos/close_tabs (3409) → macos/close_tabs (3451)

diff --git a/macos/close_tabs b/macos/close_tabs
index 2bb5707..faf4f55 100755
--- a/macos/close_tabs
+++ b/macos/close_tabs
@@ -49,6 +49,7 @@ function isSafeToClose(url) {
     url === 'https://alexwlchan.net/' ||
     url === 'https://arstechnica.com/' ||
     url === 'https://calendar.google.com/calendar/u/0/r/week' ||
+    url === 'https://chat.openai.com/' ||
     url === 'https://commons.flickr.org/' ||
     url === 'https://daringfireball.net/' ||
     url === 'https://docs.google.com/document/u/0/' ||