Compare commits

...

2 Commits

Author SHA1 Message Date
Ajay
88d1cc1650 bump version 2023-06-22 14:00:21 -04:00
Ajay
dd7a673637 Don't show dearrow popup for new users 2023-06-22 14:00:08 -04:00
2 changed files with 2 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
{ {
"name": "__MSG_fullName__", "name": "__MSG_fullName__",
"short_name": "SponsorBlock", "short_name": "SponsorBlock",
"version": "5.4.9", "version": "5.4.10",
"default_locale": "en", "default_locale": "en",
"description": "__MSG_Description__", "description": "__MSG_Description__",
"homepage_url": "https://sponsor.ajay.app", "homepage_url": "https://sponsor.ajay.app",

View File

@@ -58,6 +58,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)
&& Math.random() < 0.05) { && Math.random() < 0.05) {
if (!await isDeArrowInstalled()) { if (!await isDeArrowInstalled()) {