Skip to content

ledstrain-nomotion by tyler71

Screenshot of ledstrain-nomotion

Details

Authortyler71

LicenseNo License

Categoryhttps://ledstrain.org/

Created

Updated

Size509 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Minimizes or removes motion elements for LEDStrain Forum

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           ledstrain-nomotion
@namespace      userstyles.world
@version        1.0.1
==/UserStyle== */

/* Text Zooms */
.flash {
    animation: none;
}

/* Remove Discussion Tags */
ul.DiscussionListItem-info li.item-tags {
    display: none;
}

/* In Thread Post Scrubber */
.Scrubber-scrollbar {
    max-height: 55px !important;
}

/* Search Animation */
.Search-input input {
    transition: all 0s !important;
}
.Search {
    transition: margin-left 0s;
}

Reviews

No reviews yet.