Skip to content

Instantly share code, notes, and snippets.

View Irishmonke111's full-sized avatar

Irishmonke111

  • Joined Apr 25, 2026
View GitHub Profile
javascript:(function(){
if(window.IrishmonkeLoaded){alert("Cheats already loaded!");return;}
window.IrishmonkeLoaded=true;
Object.defineProperty(navigator,'clipboard',{get:()=>undefined});
let iframe=document.createElement('iframe');
document.body.appendChild(iframe);
let oldLog=console.log;
console.log=iframe.contentWindow.console.log.bind(console);
iframe.remove();