Skip to content

Instantly share code, notes, and snippets.

View LawfulLeah's full-sized avatar
💭
suffering

LawfulLeah

💭
suffering
View GitHub Profile
@LawfulLeah
LawfulLeah / PasteThisInF12Console.js
Last active January 18, 2025 21:41 — forked from bedros-p/patcherooni.js
AI Studio patch to actually get the features users want (remade and with new additions via the help of Gemini Flash 2.0, Gemini Flash 2.0 Thinking, and Gemini Experimental 1206)
/**
* Regular expression to identify the null checker function within MakerSuite's code.
* @type {RegExp}
*/
const NULL_CHECKER_REGEX = /function\(\){var a=new _\...,b=new ..;return _\.(..)\(a,..,1,b\)}/gm;
/**
* Default values for the control parameters.
* @type {object}
*/