Skip to content

Steam - remove comment animations by lightwo

Screenshot of Steam - remove comment animations

Details

Authorlightwo

LicenseCC Zero

Categorysteamcommunity.com

Created

Updated

Size502 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

The fewer animations, the fewer possibilities of things breaking.

Notes

As of the release of this UserStyle, there's a blatant error in JavaScript that breaks a function used for creating the animation that grows/shrinks comment container when a comment is added/removed. This works around the issue, and removes an annoying animation.

Source code

/* ==UserStyle==
@name           Steam - remove comment animations
@namespace      steamcommunity.com
@version        1.0
@description    The fewer animations, the fewer possibilities of things breaking.
@author         lightwo
@homepageURL    https://lightwo.net
==/UserStyle== */

@-moz-document domain("steamcommunity.com"), domain("steampowered.com") {
.commentthread_comment_container {
    height: auto !important;
}

.commentthread_comments {
    position: unset !important;
}
}

Reviews

No reviews yet.