mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-11 05:57:07 +03:00
Remove chance from chapter tooltip
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user