Updated script with more duckiness.
This commit is contained in:
parent
8e06c2b08f
commit
5e830c7973
@ -4495,7 +4495,7 @@
|
|||||||
});
|
});
|
||||||
|
|
||||||
setInterval(function() {
|
setInterval(function() {
|
||||||
fuckWithOffers();
|
quackWithOffers();
|
||||||
}, 50);
|
}, 50);
|
||||||
|
|
||||||
setInterval(function() {
|
setInterval(function() {
|
||||||
@ -4524,7 +4524,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
function fuckWithOffers() {
|
function quackWithOffers() {
|
||||||
$(".grid-card__title").each(function( index ) {
|
$(".grid-card__title").each(function( index ) {
|
||||||
var text = $( this ).text();
|
var text = $( this ).text();
|
||||||
var split = text.split(" #");
|
var split = text.split(" #");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user