Skip to content

Instantly share code, notes, and snippets.

View micwoj92's full-sized avatar
😹
I rewrote hello world in Fortran Pascal C Perl Ruby Lisp Haskell NodeJS Go Rust

micwoj92

😹
I rewrote hello world in Fortran Pascal C Perl Ruby Lisp Haskell NodeJS Go Rust
View GitHub Profile
@micwoj92
micwoj92 / kos
Last active October 8, 2023 19:02
Userscript to show top rows on king of stackers
// ==UserScript==
// @name show top rows
// @version 0.1
// @author budhole
// @match https://kingofstackers.com/game.php?*
// @grant none
// ==/UserScript==
for(var t = 1; t < 3; t++){
var TABLE = document.querySelector("table#field" + t + " > tbody");