From dd7a673637d10a8645110ea74b0c1c13c16fbc54 Mon Sep 17 00:00:00 2001 From: Ajay Date: Thu, 22 Jun 2023 14:00:08 -0400 Subject: [PATCH] Don't show dearrow popup for new users --- src/content.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/content.ts b/src/content.ts index ecdba9bf..e05055b0 100644 --- a/src/content.ts +++ b/src/content.ts @@ -58,6 +58,7 @@ utils.wait(() => Config.isReady(), 5000, 10).then(() => { && Config.config.showDeArrowPromotion && Config.config.showUpsells && Config.config.showNewFeaturePopups + && (Config.config.skipCount > 100 || !Config.config.trackViewCount) && Math.random() < 0.05) { if (!await isDeArrowInstalled()) {