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

No.18064905 View ViewReplyOriginalReport
Rock tunnel hell. How long until they get through this area?

paste this into your browser's console for command free chat (ctrl+shift+k in firefox, or get there via inspect element right click menu)

setInterval(function(){$('#chat_line_list li').each(function(){ var a = $(this); var t=$.trim(a.text().split(':')[1]); if (t == 'up' || t == 'UP' || t == 'Up' || t == 'down' || t == 'DOWN' || t == 'Down' ||t == 'left' || t == 'LEFT' ||t == 'Left' ||t == 'right' || t == 'RIGHT' ||t == 'Right' ||t == 'a' ||t == 'A' || t == 'b' ||t == 'B' ||t == 'select'|| t == 'START' || t == 'Start' || t == 'start' || t == 'power' || t == 'exit' || t == 'restart' || t == 'MAP' || t == 'map' || t == 'quit') { a.hide(); }})}, 10)