tapbot/webhack.js
2024-07-31 05:00:44 +03:00

9 lines
271 B
JavaScript

window.hamster_hack = function () {
let frame = document.querySelector(".zA1w1IOq");
if (frame) {
let orig = frame.getAttribute("src");
frame.setAttribute("src", orig.replace("tgWebAppPlatform=weba", "tgWebAppPlatform=android"));
alert("hacked");
}
}