Skip to content

YouTube: mark ALL watched videos by FliegendeWurst

Details

AuthorFliegendeWurst

LicenseCC-BY-SA-4.0

Categoryyoutube

Created

Updated

Size428 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

YouTube tends to "forget" which videos you've previously seen. This simple style makes all links to visited videos purple.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name        YouTube: mark ALL watched videos
@namespace   github.com/FliegendeWurst/YouTube-mark-watched-userstyle
@version     1.0.0
@license     CC-BY-SA-4.0
@author      FliegendeWurst
==/UserStyle== */

@-moz-document domain("www.youtube.com") {
    a:visited > h3 > span.style-scope.ytd-compact-video-renderer, a:visited > yt-formatted-string {
        color: rebeccapurple !important;
    }
}

Reviews

No reviews yet.