Skip to content

picarto.tv - fix gpu pegging by Achai

Details

AuthorAchai

LicenseNo License

Categorypicarto.tv

Created

Updated

Size360 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Ever watch a stream on Picarto and wonder "wow, why is my lap/laptop/tablet/phone/toaster so hot?" or "why is my desktop's fan running?"

Here's a fix.

Notes

This does break the video loading indicator. But who cares 🤷🏿‍♂️

Source code

/* ==UserStyle==
@name           picarto.tv - fix gpu pegging
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    Picarto does not hide animated SVGs properly. This fixes it.
@author         Achai
==/UserStyle== */

@-moz-document domain("picarto.tv") {
    .mistvideo-loading, .dfWQLd {
        display: none !important;
    }
}

Reviews

No reviews yet.