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