window.addEventListener('load', () => {loadPopup('popup_rewards')}); $(document).ready(function() { $('.main-game-wrapper span[name="chance_balance"]').closest('.text-bold').remove(); $('.challenge-shortcut').remove(); }) $(document).ready(function () { var $point = $('.voucher-point'); $point.parent().contents().filter(function () { return this.nodeType === Node.TEXT_NODE; }).remove(); $point.hide(); });