···6767 if (currentLocation !== loc || pathname === "/onboarding/extension")
6868 return null;
69697070- // Show the banner with a 40% chance
7171- if (Math.random() < 0.4) {
7070+ // Show the banner with a 45% chance
7171+ if (Math.random() < 0.45) {
7272 let bannerText = "";
7373 switch (props.extensionState) {
7474 case "noperms":