From 28904935daf4457e7627d87d8be99abe91dc8414 Mon Sep 17 00:00:00 2001 From: Ajay Date: Fri, 30 Sep 2022 21:00:45 -0400 Subject: [PATCH] Remove chance from chapter tooltip --- src/content.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/content.ts b/src/content.ts index 2a5b8c10..19580af0 100644 --- a/src/content.ts +++ b/src/content.ts @@ -947,8 +947,7 @@ async function sponsorsLookup(keepOldSubmissions = true) { && Config.config.payments.lastCheck !== 0 && !noRefreshFetchingChaptersAllowed() && Config.config.showChapterInfoMessage - && Config.config.skipCount > 200 - && Math.random() > 0.8; + && Config.config.skipCount > 200; if (!showChapterMessage && Config.config.showChapterInfoMessage