Skip to content

Commit

Permalink
Don't show dearrow popup for new users
Browse files Browse the repository at this point in the history
  • Loading branch information
ajayyy committed Jun 22, 2023
1 parent 35ac452 commit dd7a673
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/content.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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()) {
Expand Down

0 comments on commit dd7a673

Please sign in to comment.