moves tack list to the top of the page
bandcamp move tracks to top by xob0t
Details
Authorxob0t
LicenseNo License
Categorybandcamp
Created
Updated
Size266 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 bandcamp move tracks to top
@version 20230523.09.35
@namespace ?
==/UserStyle== */
@-moz-document regexp("https://.*.bandcamp.com/.*") {
.dupe_purchases_fix{
order: 1;
}
#trackInfoInner{
display: grid;
}
}