Paste this in your javascript console (6)

1 Name: Nameless : 2025/10/22 03:06

document.body.style.background='#F8C';document.body.style.color='#f8c'; window.setInterval(function(){ document.body.innerHTML+='PENIS '; },1);

2 Name: Nameless : 2025/10/22 03:09

     ∧ ∧   / ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄
~′ ̄(´ー`) < LOL PENIS
 UU ̄ U U    \_________

3 Name: Nameless : 2025/10/24 21:12

h=0;setInterval(()=>{document.body.style=`background:hsl(${h=(h+1)%360},100%,50%);color:hsl(${(h+180)%360},100%,50%)`},1);setInterval(()=>{document.body.innerHTML+='PENIS '},1);

4 Name: Nameless : 2025/10/27 06:36

Pretty neat

5 Name: Nameless : 2026/03/03 09:24

bump

6 Name: Nameless : 2026/03/03 12:43

This is a bookmarklet I use to turn YouTube shorts into normal videos.

match = location.pathname.match(/^\/shorts\/(.*)/);
if (match) {
location.href = `${location.protocol}//${location.hostname}/watch?v=${match[1]}`
}

To make a bookmarklet out of it, use this tool.
https://caiorss.github.io/bookmarklet-maker/
Just paste the code in, and it'll generate a bookmarklet link.
Name: E-Mail:
Leave these fields empty (spam trap):