Skip to content

YouTube 特殊ロゴ回避 (Doodle回避) by hori68

Details

Authorhori68

LicenseCC-BY-4.0

CategoryYouTube

Created

Updated

Size789 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

何かキャンペーンしてる時に、左上のYouTubeロゴが変わるのがウザいので通常表示に変えます

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           YouTube 特殊ロゴ回避 (Doodle回避)
@namespace      userstyles.world/user/hori68
@author         hori68
@description    `何かキャンペーンしてる時に、左上のYouTubeロゴが変わるのがウザいので通常表示に変えます`
@version        1.0
@license        CC-BY-4.0
==/UserStyle== */

@-moz-document domain("youtube.com") {

ytd-topbar-logo-renderer div.ytd-topbar-logo-renderer[hidden]{
    display:block !important;
}

ytd-topbar-logo-renderer ytd-yoodle-renderer{
    display:none !important;
}

ytd-topbar-logo-renderer span#country-code[hidden]{
    display:block !important;
}

/* ついでに巨大告知画像も非表示にする */
ytd-browse[page-subtype="home"] div#big-yoodle{
    display:none !important;
}

}

Reviews

No reviews yet.