Show the actual canvas background on StreamCanvas.
StreamCanvas True Background by mikarific
Details
Authormikarific
LicenseNo License
Category8q5oz45uh8llq89kny7vkt7phuxr0b.ext-twitch.tv
Created
Updated
Size681 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name StreamCanvas True Background
@version 20231221.02.35
@namespace ?
==/UserStyle== */
@-moz-document domain("8q5oz45uh8llq89kny7vkt7phuxr0b.ext-twitch.tv") {
.canvas {
background-color: transparent !important;
background: url('data:image/svg+xml;utf8,<svg preserveAspectRatio="none" viewBox="0 0 10 10" xmlns="http://www.w3.org/2000/svg"><rect x="0" y="0" width="5" height="5" fill="%235f656c" /><rect x="5" y="5" width="5" height="5" fill="%235f656c" /><rect x="5" y="0" width="5" height="5" fill="%23a6aab1" /><rect x="0" y="5" width="5" height="5" fill="%23a6aab1" /></svg>') 50% / calc(100% / 500) calc(100% / 500) !important;
}
}