A userstyle to isolate start.gg brackets for use in streams.
obs-startgg-bracket-key by rogueyoshi
Details
Authorrogueyoshi
LicenseNo License
Categorystart.gg
Created
Updated
Size618 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 obs-startgg-bracket-key
@namespace github.com/openstyles/stylus
@version 0.1.0
@description A userstyle to isolate start.gg brackets for use in streams.
@author github.com/rogueyoshi
==/UserStyle== */
@-moz-document regexp("^https:\\/\\/www\\.start\\.gg\\/tournament\\/([^\\/]+)\\/event\\/([^\\/]+)\\/brackets\\/([^\\/]+)\\/([^\\/]+)$") {
/* Insert code here... */
@import "https://cdn.jsdelivr.net/gh/rogueyoshi/obs-startgg-bracket-key/bracket.css";
@import "https://cdn.jsdelivr.net/gh/rogueyoshi/obs-startgg-bracket-key/opinions.css";
}