$(document).ready(function() { $('.main-game-wrapper span[name="reward_point"]').closest('.text-bold').hide(); }); document.addEventListener("DOMContentLoaded", function () { const locationText = document.querySelector('.voucher_single-location.default-font-color'); if (locationText) { locationText.innerHTML = locationText.innerHTML.replace('in Lemon Pop', ''); } });