Skip to content

YouTube Privacy hiding by cameronnahas

Details

Authorcameronnahas

LicenseNo License

CategoryYoutube.com

Created

Updated

Size854 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Hides private info when on Settings page or other pages. Helpful when Streaming or working around people. Happy to have people add to this and improve it.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           YouTube Privacy
@namespace      github.com/openstyles/stylus
@version        0.1
@description    Quick style to hide private data while streaming or working. Not 100% done. Hides some things that arent private but they are not important and rarely seen. Does not seem to effect normal YouTube pages at all. I used all of YouTube due to it unhiding information when clicking anything. Happy to be added to and improved by anyone.
@author         CameronNahas
==/UserStyle== */
@-moz-document url-prefix("https://www.youtube.com/") {
    #main-content.yt-card-item-renderer[primary-container-placement=CARD_ITEM_PRIMARY_CONTAINER_PLACEMENT_START] #main-content-negative-margin-wrapper.yt-card-item-renderer {

        filter: blur(10px);
    }

    #text.ytd-page-introduction-renderer {
        filter: blur(10px);
    }
}

Reviews

No reviews yet.