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