/* 隐藏底部版本号和帮助链接 */
div.footer, footer, .footer-container,
[class*="footer"],
[class*="version"],
[class*="help"] {
  display: none !important;
}

/* 隐藏顶部的帮助按钮和外部链接 */
a[href*="github"],
a[href*="docs"],
button[class*="help"],
[class*="external-link"] {
  display: none !important;
}
