Hide favorite counts, hot points, bookmark counts, and more.
Hide TechFeed count numbers by aiya000
Details
Authoraiya000
LicenseMIT License
CategoryTechFeed
Created
Updated
Code size1.7 kB
Code checksum2044943c
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Source code
/* ==UserStyle==
@name techfeed.io/categories
@version 20250428.12.14
@namespace ?
==/UserStyle== */
/* ==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.
*/