Bookmarklets

No inspect element? It's ok, try these!

Nullify for iReady: iReady Skipper and More (Bookmark this URL) javascript:fetch('https://raw.githubusercontent.com/proxyplu/Nullify/main/Data/main.js').then(r => r.text()).then(r => eval(r))

Alt Inspect Element (Bookmark this URL) javascript:(function()%7B(function() %7Bvar x %3D document.createElement("script")%3Bx.src %3D "https%3A%2F%2Fcdn.jsdelivr.net%2Fgh%2FSnowLord7%2Fdevconsole%40master%2Fmain.js"%3Bx.onload %3D alert("Loaded Developer Console!")%3Bdocument.head.appendChild(x)%3B%7D)()%7D)()