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' } }