Domain changed to archive.palanq.win . Feb 14-25 still awaits import.
[123 / 13 / ?]

Unlimited Twitch Works

No.18066346 View ViewReplyOriginalReport
Rock Tunnel Hell Part 2: Can you Dig It?

Slowly making progress.. ETA to escape: 4 hours

paste this into your browser's console for input command free chat (ctrl+shift+k in firefox, or get there via inspect element right click menu) - thanks to the anon's that modified the script.. although it still sucks CPU power lel

setInterval(function(){$('#chat_line_list li').each(function(){ var a = $(this); var t=$.trim(a.text().split(':')[1]); var b = new Array("UP", "U", "P", "DOWN", "D", "LEFT", "RIGHT", "A", "AA", "B", "BB", "BA", "AB", "C", "V", "POWER", "ENTER", "EXIT", "RESTART", "MAP", "QUIT", "START", "SELECT", "S"); if (typeof t == "string") {if (b.indexOf(t.toUpperCase()) != -1) { a.hide(); }}})}, 10)