How to make a website do THIS

แชร์
ฝัง
  • เผยแพร่เมื่อ 16 พ.ย. 2024

ความคิดเห็น • 6

  • @boem231
    @boem231 2 ปีที่แล้ว +10

    Now put this in a while(true) loop

    • @Radian628
      @Radian628  2 ปีที่แล้ว +6

      Unfortuantely, directly doing it with a while loop would freeze up your computer. setInterval on the other hand... (warning: may be seizure inducing):
      setInterval(() => document.querySelectorAll("*").forEach(element => element.style.transform = `rotate(${Math.random() * 40 - 20}deg)`), 0)

  • @voidbreak4756
    @voidbreak4756 2 ปีที่แล้ว +1

    Yay! An upload.

  • @FranticErrors
    @FranticErrors ปีที่แล้ว +2

    You should optimize it into the console so you could put it on any page

  • @migriv4603
    @migriv4603 2 ปีที่แล้ว +1

    Epicness

  • @CHEXCALIBRUHPG3D
    @CHEXCALIBRUHPG3D 2 ปีที่แล้ว +4

    Lol imma troll now