Updated script with more duckiness.

This commit is contained in:
Some guy named Michael 2021-11-23 21:56:17 -05:00
parent 8e06c2b08f
commit 5e830c7973

View File

@ -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(" #");