Skip to content

Instantly share code, notes, and snippets.

View ShadowMonster99's full-sized avatar
💫
Developer of Millennium

shadow ShadowMonster99

💫
Developer of Millennium
View GitHub Profile
@ShadowMonster99
ShadowMonster99 / library.js
Last active May 20, 2023 17:30
check when new game is clicked / loaded into view
//TIPS
//by the time this script is injected, the dom MAY be loaded
//alert function breaks CEF
console.log('hello from patcher current page -> ' + document.title);
function game_selected(name, appid)
{
console.log(`game: ${name}, appid: ${appid}`)
}