Adds a fake "like" counter to SourceHut projects.
dopamine.css by exelotl
Details
Authorexelotl
Licensezlib
Categorysourcehut
Created
Updated
Size566 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name dopamine.css
@version 20220505.13.26
@namespace userstyles.world/user/exelotl
@description Adds a fake "like" counter to SourceHut projects.
@author exelotl
@license zlib
==/UserStyle== */
@-moz-document url-prefix("https://sr.ht"), url-prefix("https://git.sr.ht"), url-prefix("https://hg.sr.ht") {
.header-tabbed ul::after {
content: " ♥ 69 ";
color: #ee99cc;
align-self: flex-end;
border: 1px solid;
border-radius: 6px;
padding: 0 6px;
text-align: right;
margin-left: auto;
}
}