Close arbitrary tabs, not just work tabs, include Twitter TL
- ID
c794a1c- date
2022-06-18 07:59:54+00:00- author
Alex Chan <alex@alexwlchan.net>- parent
75df0e8- message
Close arbitrary tabs, not just work tabs, include Twitter TL- changed files
1 file, 2 additions, 1 deletion
Changed files
close_work_tabs (2703) → close_tabs (2745)
diff --git a/close_work_tabs b/close_tabs
similarity index 97%
rename from close_work_tabs
rename to close_tabs
index 13a7664..ef11fb6 100755
--- a/close_work_tabs
+++ b/close_tabs
@@ -60,7 +60,8 @@ function isSafeToClose(url) {
// Kibana dashboards in Elastic Cloud
url.includes(".eu-west-1.aws.found.io:9243/")
) || (
- url === 'https://github.com/'
+ url === 'https://github.com/' ||
+ url === 'https://twitter.com/home'
);
}