···8888 return null;
89899090 // Show the banner with a 42% chance or not if users dont meet requirements
9191- if (!isEligible && Math.random() < 0.42) {
9191+ if (!isEligible && Math.random() < 0.365) {
9292 let bannerText = "";
9393 switch (props.extensionState) {
9494 case "noperms":