This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//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}`) | |
} |