bunch of proxies of sadly been taken down but I added a new one for a test. (New Updates Aswell!)
Copy all the text below
javascript: const faces = ['Sup']; let face = faces[Math.floor(Math.random()*faces.length)]; document.write('<body style=\'background-color: black;\'></body><title>' + face + '</title><p style=\'text-align: center; font-size: 500px; font-family: Arial; color: white;\'>' + face + '</p>');