Skip to content

Vorapis (V3) “YouTu…” fix (Guide Builder) by haydencraft2008

Details

Authorhaydencraft2008

LicenseNo License

CategoryUser style

Created

Updated

Size295 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

This fixes the “YouTube” name on the guide builder to not be cut off. (Vr is still off even when trying this)

All credit goes to Lightbeam

Notes

I THINK this works on all layouts and should work on all browsers (both not tested)

Source code

/* ==UserStyle==
@name           "YouTu." Fix 
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */

@-moz-document domain("youtube.com") {
[title="YouTube"] span {
  overflow: visible !important;
}
}

Reviews

No reviews yet.