From 5e830c79733fdfe9220c1306f22fb953be7fbfd4 Mon Sep 17 00:00:00 2001 From: Michael Date: Tue, 23 Nov 2021 21:56:17 -0500 Subject: [PATCH] Updated script with more duckiness. --- javascript/MagicEden-DapperDucks.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/javascript/MagicEden-DapperDucks.js b/javascript/MagicEden-DapperDucks.js index c20c8c4..49ff493 100644 --- a/javascript/MagicEden-DapperDucks.js +++ b/javascript/MagicEden-DapperDucks.js @@ -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(" #");