VidIQ fix toolbar
VidIQ fix by f0xss
Details
Authorf0xss
LicenseNo License
Categoryuserstyles
Created
Updated
Size575 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 VidIQ fix
@namespace userstyles.world
@version 1.0.0
==/UserStyle== */
span.vidiq-video-page-menu {
display: none;
}
button.vidiq-dropdown-button.menu.vidiq-dropdown-button-closed {
display: none;
}
.stats-symbol-container {
display: none;
}
.vidiq-toolbar-stats-container {
background-color: transparent;
border-color: #c1c1c1;
}
.vidiq-toolbar-stats .number-views {
color: #c1c1c1;
}
.vidiq-toolbar-stats .material-icons {
color: #c1c1c1;
}
.vidiq-toolbar-stats .views-label {
color: #c1c1c1;
}