You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nope, the only reason is that these modes are the most popular ones and therefore we started to implement all features X01 first. Once I have some time I'll look into this 🙏
I updated isValidGameMode() and built it locally to get it going, (although not sure if this will break anything else). you might find the selectors useful at least
exportconstisBermuda=()=>document.getElementById("ad-ext-game-variant")?.textContent==="Bermuda";exportconstisShanghai=()=>document.getElementById("ad-ext-game-variant")?.textContent==="Shanghai";exportconstisGotcha=()=>document.getElementById("ad-ext-game-variant")?.textContent==="Gotcha";exportconstisAroundTheClock=()=>document.getElementById("ad-ext-game-variant")?.textContent==="ATC";exportconstisRoundTheWorld=()=>document.getElementById("ad-ext-game-variant")?.textContent==="Round the World";exportconstisRandomCheckout=()=>document.getElementById("ad-ext-game-variant")?.textContent==="Random Checkout";exportconstisCountUp=()=>document.getElementById("ad-ext-game-variant")?.textContent==="Count Up";exportconstisSegmentTraining=()=>document.getElementById("ad-ext-game-variant")?.textContent==="Segment Training";exportconstisValidGameMode=()=>isX01()||isCricket()||isBermuda()||isShanghai()||isGotcha()||isAroundTheClock()||isRoundTheWorld()||isRandomCheckout()||isCountUp()||isSegmentTraining();
Hello, thanks for this great tool, is there any reason why only isX01() || isCricket() are the only supported games for nextPlayerOnTakeOutStuck?
would like to have it for all game modes, thanks.
The text was updated successfully, but these errors were encountered: