Please READ the directions below to get bugmoog
Bug Moog Online

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.

To get bugmoog, you can:
  • Hold down and drag this button into your bookmarks bar:

    (if you're on an inventions & innovations computer, just press the button. For some reason bookmarklets don't work)

  • OR
  • 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 Address field.

Also there's Bugmoog beta:
(if i happen to be working on it at the moment)
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();})();