- download using your preferred method
- install bun
- open a terminal & cd to the download
- run
bun i
to add deps - run
bun .
- follow instructions
you can run the following script on any duolingo page to get your token:
const copy=()=>{document.querySelector("#uno").remove(),navigator.clipboard.writeText(document.cookie)};document.body.insertAdjacentHTML("beforeend",`<div style="position:absolute;top:0;left:0;width: 100%;height:100%;background:black;cursor:pointer;display:flex;justify-content:center;align-items:center;z-index:999999;" onclick="copy()" id="uno"><h1>click me to copy token!</h1></div>`);
- use at your own risk
- you could get banned from duolingo (womp womp)
- this is for educational purposes
if enough interest is shown, this might also do lessons + stories 👀