Kahoot Game Pin Finder
1.0.0
Uma inserção de JavaScript que é usada no site offical kahoot.
Vá para Kahoot e digite "JavaScript:" sem as cotações na barra de pesquisa da guia Kahoot. Depois de terminar de digitar, cole o código a seguir após o texto que você acabou de digitar. Pressione Enter e observe a mágica acontecer.
( function ( ) % 7 B document . title = "Close this to stop" % 3 B document . body . innerHTML = '<div style="display:flex%3Bjustify-content:center%3Balign-items:center%3Bheight:100%%3B"><p style="font-size:3em%3Btext-align:center%3B">Close when done finding pin</p></div>' % 3 B var interval = setInterval ( function ( ) { var code = Math . floor ( Math . random ( ) * 9000000 + 1000000 ) % 3 B var url = "https://kahoot.it/?pin=" + code + "&refer_method=link" % 3 B var win = window . open ( url , "_blank" ) % 3 B setTimeout ( function ( ) { if ( win . document . querySelector ( 'div[data-functional-selector="notification-bar-error"]' ) ) { win . close ( ) % 3 B } } , 600 ) % 3 B } , 600 ) % 3 B % 7 D ) ( ) % 3 B