Skip to content

twitch.tv improved by hl2guide

Details

Authorhl2guide

LicenseMIT

Categorytwitch

Created

Updated

Size1.4 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Small improvements for twitch.tv.

Notes

Changes:

  • Fix for labels
  • Font size to 18pt
  • Adds a text shadow with a 5 pixel offset

Source code

/* ==UserStyle==
@name         twitch.tv improved
@version      20220511.05.11
@namespace    userstyles.world/user/hl2guide
@description  Small improvements for twitch.tv.
@author       hl2guide
@license      MIT
==/UserStyle== */

@-moz-document domain("twitch.tv") {
/* ==UserStyle==
@name         twitch.tv improved 1.0.1
@version      1.0.1
@namespace    userstyles.world/user/hl2guide
@description  Small improvements for twitch.tv.
@author       hl2guide
@license      MIT
==/UserStyle== */
/*
Changes:
- Fix for labels
- Font size to 18pt
- Adds a text shadow with a 3 pixel offset
*/

/* Video Trackbar TimeStamps */
p.QsoSQ:nth-child(1),
p.QsoSQ:nth-child(2),
.dZbaCW,
.cwaLiP > a:nth-child(1),
div.Layout-sc-nxg1ff-0.dHrscT.vod-seekbar-time-labels > p:nth-child(1),
div.Layout-sc-nxg1ff-0.dHrscT.vod-seekbar-time-labels > p:nth-child(2),
div.Layout-sc-nxg1ff-0.fcPbos.tw-card-body > div > p.CoreText-sc-cpl358-0.iLhUed {
    color: #FFF !important;
    text-shadow: black 4px 4px 4px !important;
    font-size: 18pt !important;
    font-family: "Iosevka Regular", monospace !important;
}

/* Top Left Video Title */
div.Layout-sc-nxg1ff-0.fcPbos.tw-card-body > div > p.CoreText-sc-cpl358-0.cDEtCQ > a {
    font-size: 18pt !important;
    font-family: "Iosevka Regular", monospace !important;
}
}

Reviews

No reviews yet.