Shows full pebble amount you have instead of the abbreviated amount.
Show Me The Pebbles by lorwolfanon
Details
Authorlorwolfanon
LicenseNo License
CategoryLorwolf
Created
Updated
Size708 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 Show Me The Pebbles
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("lorwolf.com") {
/*========================================================*/
/*Show Me The Pebbles!!*/
/*========================================================*/
.headerTabCount[data-amount] {
position: relative !important;
visibility: hidden;
}
.headerTabCount[data-amount]::before {
content: attr(data-amount);
color:inherit;
visibility: visible;
position: absolute;
top: 0;
left: 0;
}
}