Gumayusi pfp
Gumayusi
@gumayusi
Video hướng dẫn cách mở #Pixelverse trên app và web #Telegram trên máy tính 💻 Mở bot ⇢ F12 ⇢ Console ⇢ Dán code: ---Code---------------⤵️------- var index = 0; var lochash = window.location.hash.toString(); if (lochash.indexOf('tgWebAppPlatform=weba') !== -1) { lochash = lochash.replaceAll("tgWebAppPlatform=weba", "tgWebAppPlatform=android"); } else if (lochash.indexOf('tgWebAppPlatform=web') !== -1) { lochash = lochash.replaceAll("tgWebAppPlatform=web", "tgWebAppPlatform=android"); } window.location.hash = lochash; if (index == 0) { window.location.reload(); index = 1; }
0 reply
0 recast
0 reaction