demawi
Results
1
comments of
demawi
I'm also using JSZip 3.10.1 with Tampermonkey. Therefore a dynamically load the JSZip.js Before I used: ``` var xmlHttp = new XMLHttpRequest(); xmlHttp.open("GET", "https://raw.githubusercontent.com/Stuk/jszip/refs/heads/main/dist/jszip.min.js", false); xmlHttp.send(null); eval(xmlHttp.responseText); console.log("JSZip loaded: "...