copy and paste this code (replace the emojis with image link) into the console (ctrl+shift+i on chrome):
here are my personal favourites:
Code:
document.querySelectorAll("img").forEach((e)=>e.src="😲");document.querySelector(".logo span.something").style="background:url('😲') no-repeat center center;"
Code:
document.querySelectorAll("img").forEach((e)=>e.src="https://www.cubecraft.net/attachments/image0-jpeg.200773/");document.querySelector(".logo span.something").style="background:url('https://www.cubecraft.net/attachments/image0-jpeg.200773/') no-repeat center center;"