Skip to content

Instantly share code, notes, and snippets.

document.querySelectorAll('.game_cell').forEach((c,i)=>
setTimeout(()=>{
c.querySelector('button.filter_value')?.click();
c.querySelector('ul.dissmiss_option_list>li:last-child>button')?.click();
}, i * 1000)
);
@patwork
patwork / godot_icon_console.txt
Created June 10, 2024 08:27
ascii-silhouettify
 ___ __
__g@@@@@@ @@@@@@g__
@@@@@@@@@@@@ @@@@@@@@@@@@
@@@@@@@@@@@@@ @@@@@@@@@@@@@
@@@@@@@@@@@@@b~ggggg~~@@@@@@@@@@@@@g
9@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@"
|@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
_g@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a_
g@@_ ~@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@_ _o@@b
_@@@@@@@_ ,g@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@b _g@@@@@@@_
@patwork
patwork / robot.js
Created December 4, 2012 14:59 — forked from fabiopimentel/robot.js
klon
//FightCode can only understand your robot
//if its class is called Robot
var Robot = function(robot) {
};
Robot.prototype.onIdle = function(ev) {
var robot = ev.robot;
robot.clone();