How to Grab Discord Token in console with JavaScript ?

Support
  • I need to get the discord token in the console using BAS,I find 2 javascript code for that but I think doesn't work . Can you guys help me pls ?

    1. javascript:document.getElementsByTagName("body")[0].innerHTML = localStorage.token;
    2. javascript:document.getElementsByTagName("body")[0].innerHTML =localStorage.getItem("token");