pstream is dead; long live pstream taciturnaxolotl.github.io/pstream-ng/
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Lower chance for banner again again

+1 -1
+1 -1
src/stores/banner/BannerLocation.tsx
··· 87 87 if (currentLocation !== loc || pathname === "/onboarding/extension") 88 88 return null; 89 89 90 - // Show the banner with a 42% chance or not if users dont meet requirements 90 + // Show the banner with a 36.5% chance or not if users dont meet requirements 91 91 if (!isEligible && Math.random() < 0.365) { 92 92 let bannerText = ""; 93 93 switch (props.extensionState) {