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.

Increase extension banner chance

+2 -2
+2 -2
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 35% chance or not if users dont meet requirements 91 - if (!isEligible && Math.random() < 0.35) { 90 + // Show the banner with a 42% chance or not if users dont meet requirements 91 + if (!isEligible && Math.random() < 0.42) { 92 92 let bannerText = ""; 93 93 switch (props.extensionState) { 94 94 case "noperms":