Skip to content

Instantly share code, notes, and snippets.

@landsman
Last active June 15, 2023 10:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save landsman/05949a82942a073a6e701f8171ee1067 to your computer and use it in GitHub Desktop.
Save landsman/05949a82942a073a6e701f8171ee1067 to your computer and use it in GitHub Desktop.
Dear Airbank, this is tutorial how to fix your Internet Banking. Leave me there email where can I send invoice. Thanks. https://twitter.com/Landsman/status/1092498627954655236
let popHandler = () => {
document.getElementById("id22a").click(); // click on your stupid fake go back button
}
window.addEventListener('popstate', popHandler, {once: true})
window.history.pushState(null,null,null)
@Elijen
Copy link

Elijen commented Feb 5, 2019

Their stupid go back button does not even work how it should so this fix is not enough :D

@landsman
Copy link
Author

hmm still nothing I see 😞

@landsman
Copy link
Author

Still not fixed in internet banking by @airbank 😭

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment