Skip to content

YouTube - De-emphasize watched videos by danielrozenberg

Imported from https://raw.githubusercontent.com/uso-archive/data/flomaster/data/usercss/151042.user.css

Screenshot of YouTube - De-emphasize watched videos

Details

Authordanielrozenberg

LicenseNONE

Categoryyoutube

Created

Updated

Size666 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Masks watched videos so you'll find it easier to find videos you haven't watched

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         YouTube - De-emphasize watched videos
@namespace    USO Archive
@author       Daniel Rozenberg
@description  Masks watched videos so you'll find it easier to find videos you haven't watched
@version      20210417.18.36
@license      NONE
@preprocessor uso
==/UserStyle== */
@-moz-document domain("youtube.com") {
    ytd-rich-grid-media:has(ytd-thumbnail-overlay-resume-playback-renderer #progress:is([style="width: 100%;"], [style^="width: 9"], [style^="width: 8"])) {
        filter: saturate(.15);
        opacity: .3;
        
        &:hover {
            filter: none;
            opacity: 1;
        }
    }
}

Reviews

No reviews yet.