Last active 4 days ago

Revision 5a6e4e864de39aad2cda0dad6573968b008c384d

tscheat.js Raw
1if("solution" in tsProjectInfos){let currentFile=document.querySelector(".mdl-tabs__tab.ts-editor-tab.is-active").innerText;tsProjectInfos.solution.textFileInfos.forEach((file) => {if (file.name === currentFile){ console.warn(file.content); }});}else{alert("No solution found (probably a personal project)")}