#Go onto websites without it coming on your history
4 messages · Page 1 of 1 (latest)
anyway you have to type in this onto the console by pressing ctrl shift i
const iframe=document.createElement("iframe"); iframe.src="**website here (still keep commas)**"; iframe.style="width:100vw;height:100vh;border:none;position:fixed;top:0;left:0;z-index:999999"; document.body.appendChild(iframe);
fullscreen dont work though ðŸ˜