Skip to content

Instantly share code, notes, and snippets.

@aiya000
Last active April 28, 2025 12:21
Show Gist options
  • Save aiya000/34ea8a56a42b578cf2802d60b58a9eec to your computer and use it in GitHub Desktop.
Save aiya000/34ea8a56a42b578cf2802d60b58a9eec to your computer and use it in GitHub Desktop.
Hides TechFeed https://techfeed.io/categories/all count numbers. favorites counts, hot points, bookmark counts, and more.
/* ==UserStyle==
@name Hide TechFeed count numbers
@namespace github.com/aiya000
@version 1.0.0
@description As the name suggests
@author aiya000
==/UserStyle== */
@-moz-document url-prefix("http") {
/**
* Hides [TechFeed](https://techfeed.io/categories/all) some count numbers.
* e.g., 🔥XXXpt, 👍pt, and bookmark counts.
*/
tf-score-button,
tf-pin-button .count,
tf-comment-button .count,
tf-share-button .count {
display: none !important;
}
}
/*
The MIT License (MIT)
Copyright (c) 2025 aiya000
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
*/
@aiya000
Copy link
Author

aiya000 commented Apr 9, 2025

@aiya000
Copy link
Author

aiya000 commented Apr 9, 2025

Clean TechFeed
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment