Hello!
Its a code that people use as bookmark to steal discord tokens from browsers.
Im looking for full and updated version of this code that works on multiple browsers.
Im a noob in js, Wrote something by myself but it doesnt work as it does not pass to my webhook.
Error 400 referrer Policystrict-origin-when-cross-origin
Willing to buy through forum escrow. Script need to pass the token to webhook. Then reload the page/go to specified link(discord.com/xxx)
Here is JS that reads the token and puts it into alert:
javascript: (function(){var i = document.createElement('iframe');document.body.appendChild(i);alert(i.contentWindow.localStorage.token)})()
Its a code that people use as bookmark to steal discord tokens from browsers.
Im looking for full and updated version of this code that works on multiple browsers.
Im a noob in js, Wrote something by myself but it doesnt work as it does not pass to my webhook.
Error 400 referrer Policystrict-origin-when-cross-origin
Willing to buy through forum escrow. Script need to pass the token to webhook. Then reload the page/go to specified link(discord.com/xxx)
Here is JS that reads the token and puts it into alert:
javascript: (function(){var i = document.createElement('iframe');document.body.appendChild(i);alert(i.contentWindow.localStorage.token)})()