Skip to content

Instantly share code, notes, and snippets.

View thomasfoster96's full-sized avatar
🏠
Working from home

Thomas Foster thomasfoster96

🏠
Working from home
View GitHub Profile
(function(){
function exec(script){
return eval(transpile(new DOMParser().parseFromString(, "text/html").documentElement));
}
function run(){
return Array.from(document.querySelectorAll('')).forEach(function(script){
exec(script);
});