Skip to content

NOS.nl - shows visited links. by corran

Screenshot of NOS.nl - shows visited links.

Details

Authorcorran

LicenseCC0

CategoryNOS.nl

Created

Updated

Size1.8 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Gives already visited links a different color from unvisited links.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         NOS.nl - shows visited links.
@namespace    Corran
@version      20240926
@description  "Gives already visited links a different color from unvisited links."
@author       Corran
@license      CC0==/UserStyle== */
@-moz-document domain("nos.nl")
{
    aside li a:visited span, /* Main page Laatste nieuws */
    main section ul li a:visited div h2, /* Main page Top Stories */

    main div div ul li a:visited div h2, /* Main page blocks */
    li[class*="tbqfhm-0"] a[class*="NaOUj"]:visited div h2, /* Main page single big block, halfway down the page */
    div.is-draggable ul li a:visited div h2, /* Main page bottom: Uitgelegd, Sport, Gemist?, Collecties blocks */

    main div a:visited, /* Article page, main article div */
    li[class*="listItem"] a:visited span, /* Bekijk ook */
    div[data-testid*="linkcontainer"] ul li a:visited span , /* Three article block under article */

    a[class*="link-block"]:visited span, /* Liveblog links */

    div[class*="collectionPage"] a:visited div[class*="title"], /* Collecties, pic block */
    div[class*="collectionPage"] a:visited p[class*="title"], /* Collecties, video's */
    div[class*="collectionPage"] a:visited h4, /* Collecties, Meer articelen */

    div[data-ssr-name*="pages/Collection/Videos/Videos"] a:visited span[class*="itemTitle"], /* Collections Video page */

    section[id="latest_videos"] a:visited span[class*="title"], /* Videos pages */

    div[class*="relatedArticles"] a:visited p[class*="Title"], /* Video page, Deze video komt voor in */

    ul[class*="gETdJR"] li a:visited div h2, /* Nieuws section pages */
    
    section[id="archive"] a:visited div[class*="title"] /* Archief pages */
    {
    color: #888 !important;
    }
}

Reviews

No reviews yet.