From e218b22e869aa1245f452c5ef203be398c915323 Mon Sep 17 00:00:00 2001 From: Alexey Pertsev Date: Sun, 18 Aug 2024 04:30:39 +0300 Subject: [PATCH] link updated --- plugins/preventMultitabs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/preventMultitabs.js b/plugins/preventMultitabs.js index 1593be8..7c00b2c 100644 --- a/plugins/preventMultitabs.js +++ b/plugins/preventMultitabs.js @@ -25,7 +25,7 @@ function main(store) { window.alert( 'Multiple tabs opened. Your page will be closed. Please only use single instance of https://tornado.is' ) - window.location = 'https://t.me/TornadoOfficial' + window.location = 'https://t.me/Tornado' } }