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.
AuthorAchai
LicenseNo License
Categorypicarto.tv
Created
Updated
Size360 B
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
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.
This does break the video loading indicator. But who cares 🤷🏿♂️
/* ==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;
}
}