Bit of mildly interesting wasteof trivia: back like 8 months ago jeffalo had both verified and admin badges. Then he changed it to just admin. Now he has both again. Personally i don't see why you'd have both but idk

this is the code for jeffalo’s newest button:

function(){let button = document.querySelector("#__layout > div > main > div.bg-gray-100.dark\\:bg-gray-800.w-full.pt-28.md\\:pt-16.banner.group > div > div.container.mx-auto.px-4.py-2.pb-2 > a:nth-child(4)")

button.innerText=(parseInt(button.innerText) || 0) +1

if(parseInt(button.innerText) > 68) {
   //document.location.href = 'https://www.youtube.com/watch?v=dQw4w9WgXcQ'
   $nuxt.$auth.user.permissions.banned = true
   document.querySelector("#__layout > div > nav > div > div.flex.w-full.md\\:w-1\\/2.justify-center.md\\:justify-start.text-white.font-extrabold > a").click()
}}
Mar 29, 2022, 8:25 PM
3 1 0

comments