/* 隐藏所有绿色通知横幅 */
div[style*="position: fixed"][style*="top: 10px"][style*="left: 50%"][style*="transform: translateX(-50%)"][style*="background-color: #4CAF50"],
div[style*="position:fixed"][style*="top:10px"][style*="left:50%"][style*="transform:translateX(-50%)"][style*="background-color:#4CAF50"],
div[style*="background-color: #4CAF50"][style*="position: fixed"],
div[style*="background-color:#4CAF50"][style*="position:fixed"],
.notification-green,
.green-notification,
.success-notification[style*="background-color: #4CAF50"],
.success-notification[style*="background-color:#4CAF50"] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
