Airik Warren
Airik Warren
I believe Discord has started getting smarter about how they detect scripts like these being run by users and the constant rate of deletion (rather than the length of deletion...
Are you utilizing a JSON script that you got from your data package, if so which one? I've run into similar issues when attempting to delete messages from multiple channels...
There are multiple "index.json" files within the data package. The entire folder should look like this. ``` package | | README.txt | └-----account | └-----messages | └----[a bunch of directories]...
here is the relevant code ```js $('button#getToken').onclick = e => { window.dispatchEvent(new Event('beforeunload')); $('input#authToken').value = JSON.parse(popup.localStorage.token); }; ``` It's parsing a JSON file, not HTML. You can see the JSON...