var stop_profit=0.00000200;// Editable Target Profit $('#btn-bet-start-pilot-dice').trigger('click') var profit_atual=parseFloat($('#auto_stats_profit').text()); $('#history-my-bets-dice').unbind(); $('#history-my-bets-dice').bind("DOMSubtreeModified",function(event){ if( $(event.currentTarget) ){ if(stop_profit < profit_atual){ $('#btn-bet-stop-pilot-dice').trigger('click'); } profit_atual=parseFloat($('#auto_stats_profit').text()); console.log('Press Roll Dice when the game stops'); } });