Skip to content

Instantly share code, notes, and snippets.

@matteo-lgtm
Created January 19, 2026 10:00
Show Gist options
  • Select an option

  • Save matteo-lgtm/4e84f1fb97d7abacf7c12cd561749aff to your computer and use it in GitHub Desktop.

Select an option

Save matteo-lgtm/4e84f1fb97d7abacf7c12cd561749aff to your computer and use it in GitHub Desktop.
Hide Stats from Kagi Search
/* Hide the stats container */
#top-parent {
display: none;
}
/* Move the Quick Answer button to the left */
._0_quick_answer_trigger_btn.quick-answer-trigger-link {
margin-left: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment