Created
January 19, 2026 10:00
-
-
Save matteo-lgtm/4e84f1fb97d7abacf7c12cd561749aff to your computer and use it in GitHub Desktop.
Hide Stats from Kagi Search
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* 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