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

+1 -1
+1 -1
src/stores/banner/BannerLocation.tsx
··· 88 88 return null; 89 89 90 90 // Show the banner with a 42% chance or not if users dont meet requirements 91 - if (!isEligible && Math.random() < 0.42) { 91 + if (!isEligible && Math.random() < 0.365) { 92 92 let bannerText = ""; 93 93 switch (props.extensionState) { 94 94 case "noperms":