Also close ChatGPT sessions
- ID
a590a79- date
2024-05-12 08:43:53+00:00- author
Alex Chan <alex@alexwlchan.net>- parent
0d0aff0- message
Also close ChatGPT sessions- changed files
1 file, 1 addition
Changed files
macos/close_tabs (3503) → macos/close_tabs (3555)
diff --git a/macos/close_tabs b/macos/close_tabs
index d86ffd1..ff2802d 100755
--- a/macos/close_tabs
+++ b/macos/close_tabs
@@ -35,6 +35,7 @@ function isSafeToClose(url) {
if (url === null) { return false; }
return (
+ url.startsWith("https://chat.openai.com/c/") ||
url.startsWith("http://localhost:3000/") ||
url.startsWith("http://localhost:5000/") ||
url.startsWith("http://localhost:5757/") ||