Bugmoog is a bookmark but instead of opening a website, it runs code. This one is meant to be used on MyAccess. Once you click it, you're still on MyAccess, but it displays a game interface instead of the login page. Unfortunately, like other game interfaces i've made, i can't seem to get it to save your progress.
if you're on an inventions & innovations computer, just press the button. for some reason bookmarklets dont work.
Drag this button into your bookmarks bar:
Copy this code:
javascript:(async function(){const r=await fetch("https://pugmoog.github.io/Bugmoog/menu.html");const h=await r.text();document.open();document.write(h);document.close();})();
Then make a bookmark, edit it, and paste the code into the Adress field.
javascript:(async function(){const r=await fetch("https://rugmoog.github.io/beta.html");const h=await r.text();document.open();document.write(h);document.close();})();