A while ago, I ventured into the journey of "how do i get dogescript to run in the browser", which was madness but at the end I was able to have something that runs dogescript "natively". This page is just a repository of other different sample pages that already work with dogescript. To learn more about each one, check out the readme
README codeevery file will also load a dogerunner function that you can use in the chrome console
// define a global function that can run text dogescript dogerunner = function(ds) { eval(dogescript(ds)); }
Feel free to try this out with dogerunner("plz alert with 'much doge'"); , this page will also have that loaded for you :)