Skip to content

Additional tweaks/fixes for yt old icons script by alpharetzy

Details

Authoralpharetzy

LicenseCC Zero

Categoryyoutube.com

Created

Updated

Size1.3 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

This style add tweaks, modifications to make it more pre-August 2021. Works with old and early outlined icons.

Notes

Changelog:
2023.06.09: Initial release
2023.06.10: Added code to remove the icons in the video player settings menu.

Note: xX_LegendCraftd_Xx finally added my code to their old icons script, but this style will still exist if I still see some black or white icons.

Source code

/* ==UserStyle==
@name           Additional tweaks/fixes for yt old icons script
@namespace      example.com
@version        2023.06.10
@description    This style add tweaks, modifications to make it more pre-August 2021. Works with old and early outlined icons
==/UserStyle== */

@-moz-document domain("youtube.com") {

/* Revert colors before late August 2021 */
#return-youtube-dislike-bar {
  background: #909090 !important;
}

#ryd-bar {
  background: #909090 !important;
}

.yt-spec-button-shape-next--mono.yt-spec-button-shape-next--tonal {
  color: #909090 !important;
}
.yt-spec-icon-badge-shape {
  color: #606060
}

#expand-icon {
  color: #909090 !important;
}

#icon.expand-icon.style-scope.ytd-info-row-renderer {
  color: #909090 !important;
}

#label-icon.yt-dropdown-menu {
  color: var(--yt-spec-text-secondary) !important;
}

#icon-label.yt-dropdown-menu {
  color: var(--yt-spec-text-secondary) !important;
}

#call-to-action-icon {
  color: #909090 !important;
}

#expand-arrow {
  color: var(--yt-spec-text-secondary) !important;
}

#collapse-arrow {
  color: var(--yt-spec-text-secondary) !important;
}

.style-scope.ytd-button-renderer.style-black {
  color: #909090 !important;
}

/* Other */
.ytp-settings-menu .ytp-menuitem-icon {
display: none !important;
}
}

Reviews

No reviews yet.