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