@ -4495,7 +4495,7 @@
});
setInterval(function() {
fuckWithOffers();
quackWithOffers();
}, 50);
@ -4524,7 +4524,7 @@
}
function fuckWithOffers() {
function quackWithOffers() {
$(".grid-card__title").each(function( index ) {
var text = $( this ).text();
var split = text.split(" #");