Updated script with more duckiness.

master
parent 8e06c2b08f
commit 5e830c7973

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

Loading…
Cancel
Save