Skip to content

Instantly share code, notes, and snippets.

View maxint137's full-sized avatar
💭
back to life?

Max Levy maxint137

💭
back to life?
View GitHub Profile

Keybase proof

I hereby claim:

  • I am maxint137 on github.
  • I am maxint (https://keybase.io/maxint) on keybase.
  • I have a public key ASC4gOOftZ_d6AMV-1X-sqV-_yM59KGLaFlvAo5Q3KhYVAo

To claim this, I am signing this object:

Extract the pure data from https://www3.zkai.co.jp/ to render it graphically
@maxint137
maxint137 / no-glasspane.js
Created October 27, 2024 01:00 — forked from maxlevy-rakuten/no-glasspane.js
break the glasspane
(function () {
"use strict";
setInterval(() => {
const nagscreen = document.getElementById("nagscreen");
if (nagscreen) {
nagscreen.remove();
}
document
@maxint137
maxint137 / .env
Last active June 29, 2025 06:12
manage your Z会 assignments in Trello
We couldn’t find that file to show.
@maxint137
maxint137 / board_flip.js
Last active April 8, 2025 14:21
assist with chess studying
// ==UserScript==
// @name Flip the board
// @namespace http://tampermonkey.net/
// @version 2024-04-06
// @description try to take over the world!
// @author You
// @match https://www.chess.com/game/live/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=chess.com
// @grant none
// ==/UserScript==