Skip to content

sortmylist.com by shorttimenosee

Screenshot of sortmylist.com

Details

Authorshorttimenosee

LicenseUnlicensed (public domain)

CategorySort My List

Created

Updated

Size622 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Just a few style tweaks to sortmylist.com. This was me testing stuff out, so it isn't much different than the original. I may do some more in the future.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         sortmylist.com
@version      20211212.00.12
@namespace    userstyles.world/user/shorttimenosee
@description  Just a few style tweaks to sortmylist.com. This was me testing stuff out, so it isn't much different than the original. I may do some more in the future.
@author       shorttimenosee
@license      Unlicensed (public domain)
==/UserStyle== */

@-moz-document domain("sortmylist.com") {
#inputtextarea {
    width: 115% !important;
    border-radius: 0px;
    background-color: #333;
    background-image: none;
    color: #FFF;
    padding: 10px;
}

#savebtn {
    display: none;
}
}

Reviews

No reviews yet.