From 7ca255405a6afa688eaf8f7d4c839387023ad18e Mon Sep 17 00:00:00 2001 From: Nova <69091361+qzxtu@users.noreply.github.com> Date: Thu, 18 Jan 2024 02:02:26 -0500 Subject: [PATCH] Update unlimited.js --- unlimited.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/unlimited.js b/unlimited.js index b060893..98c7b55 100644 --- a/unlimited.js +++ b/unlimited.js @@ -6,7 +6,6 @@ ] }; - async function removeCharLimit() { try { const serp = document.querySelector("#b_sydConvCont > cib-serp"); @@ -61,4 +60,4 @@ setInterval(() => { initializeExtension(); }, 3000); -})(); \ No newline at end of file +})();