Hides score & karma on lobste.rs
lobsters: hide score by chelmertz

Details
Authorchelmertz
LicenseNo License
Categorylobste.rs
Created
Updated
Code size340 B
Code checksum4af1baaf
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name lobsters: hide score
@version 20240210.20.03
@namespace https://userstyles.world/user/chelmertz
@description Hides score & karma on lobste.rs
@author chelmertz
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://lobste.rs/") {
.score,.karma{display:none}
}