A researcher rolled their own Chromium fork with a custom DevTools Protocol (CDP) domain - not for fun, but to surgically probe browser internals. It reaches into Canvas, WebGL, and other trickier APIs, dodging the usual sandbox and spoofing all the bot blockers they'd rather you leave alone.
It injects CDP hooks straight into runtimes youβre not supposed to touch (like OOPIFs) and pulls off auto-deobfuscation, request decoding, and live overrides. All that complexity gets surfaced through an Electron-based UI.