mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-10 05:27:03 +03:00
Adjust dearrow message params
This commit is contained in:
@@ -63,7 +63,7 @@ utils.wait(() => Config.isReady(), 5000, 10).then(() => {
|
|||||||
&& Config.config.showDeArrowPromotion
|
&& Config.config.showDeArrowPromotion
|
||||||
&& Config.config.showUpsells
|
&& Config.config.showUpsells
|
||||||
&& Config.config.showNewFeaturePopups
|
&& Config.config.showNewFeaturePopups
|
||||||
&& (Config.config.skipCount > 100 || !Config.config.trackViewCount)
|
&& (Config.config.skipCount > 30 || !Config.config.trackViewCount)
|
||||||
&& Math.random() < 0.05) {
|
&& Math.random() < 0.05) {
|
||||||
|
|
||||||
if (!await isDeArrowInstalled()) {
|
if (!await isDeArrowInstalled()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user