Skip to content

Youtube main page 5 in row by ashmedai

Screenshot of Youtube main page 5 in row

Details

Authorashmedai

LicenseNo License

Categoryhttps://www.youtube.com/

Created

Updated

Size512 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Youtube main page 5 in row

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Youtube main page 5 in row
@namespace      https://userstyles.world/user/ashmedai
@version        1.0
@description    Youtube main page 5 or more vids in row
@author         Ashmedai
==/UserStyle== */
@-moz-document url-prefix("https://www.youtube.com/") {
    .style-scope.ytd-rich-grid-renderer {
        --ytd-rich-grid-items-per-row: 5;
    }
    #contents > ytd-rich-grid-row,
    #contents > ytd-rich-grid-row > #contents {
        display: contents;
    }
}

Reviews

No reviews yet.