Skip to content

Commit

Permalink
v3.100
Browse files Browse the repository at this point in the history
  • Loading branch information
adokseo committed Sep 14, 2020
1 parent 4e24be5 commit 1b04b8b
Show file tree
Hide file tree
Showing 8 changed files with 2,535 additions and 1,998 deletions.
64 changes: 36 additions & 28 deletions content-scripts.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@


/*-----------------------------------------------------------------------------
>>> APPEARANCE
-------------------------------------------------------------------------------
Expand All @@ -25,6 +25,7 @@
6.1 Live chat
6.2 Playlist
6.3 Related videos
6.4 Sidebar and thumbnail position
7.0 Footer
-----------------------------------------------------------------------------*/

Expand Down Expand Up @@ -193,23 +194,17 @@ html[it-player-hide-cards=true] .ytp-ce-element,
html[it-player-hide-cards=true] .ytp-ce-video,
html[it-player-hide-cards=true] .ytp-cards-button,
html[it-player-hide-cards=true] .ytp-cards-teaser,
html[it-player-show-cards-on-mouse-hover=true] .html5-video-player:not(:hover) .ytp-ce-element,
html[it-player-show-cards-on-mouse-hover=true] .html5-video-player:not(:hover) .ytp-ce-video,
html[it-player-show-cards-on-mouse-hover=true] .html5-video-player:not(:hover) .ytp-cards-button,
html[it-player-show-cards-on-mouse-hover=true] .html5-video-player:not(:hover) .ytp-cards-teaser
html[it-player-show-cards-on-mouse-hover=true] .ytp-cards-button
{
display: none !important;
}

html[it-player-show-cards-on-mouse-hover=true] .html5-video-player:hover .ytp-ce-element,
html[it-player-show-cards-on-mouse-hover=true] .html5-video-player:hover .ytp-ce-video,
html[it-player-show-cards-on-mouse-hover=true] .html5-video-player:hover .ytp-cards-button,
html[it-player-show-cards-on-mouse-hover=true] .html5-video-player:hover .ytp-cards-teaser
html[it-player-show-cards-on-mouse-hover=true] .html5-video-player:hover .iv-drawer
{
display: block !important;
transform: none;
}


/*-----------------------------------------------------------------------------
2.4 Color
-----------------------------------------------------------------------------*/
Expand Down Expand Up @@ -757,6 +752,19 @@ html[it-related-videos=collapsed].related-videos-collapsed #improvedtube-collaps
box-shadow: inset 0 1px 0 #ddd;
}

/*-----------------------------------------------------------------------------
6.4 Sidebar and thumbnail position
-----------------------------------------------------------------------------*/

html[it-sidebar-left='true'] #columns>#primary,
html[it-sidebar-left='true'] #head>#upnext /* also moving autoplay button to the outside as the glow bothers next to the video */
{
order:7;
}
html[it-thumbnails-right='true'] #dismissable>ytd-thumbnail
{
order:7;
}

/*-----------------------------------------------------------------------------
7.0 Footer
Expand All @@ -767,7 +775,7 @@ html[it-hide-footer=true] #footer-container.yt-base-gutter
{
display: none !important;
}


/*-----------------------------------------------------------------------------
>>> APPEARANCE: PLAYER SIZE
-------------------------------------------------------------------------------
Expand Down Expand Up @@ -1285,7 +1293,7 @@ html[it-page-type="video"][it-header-position='hover_on_video_page'][it-player-s
{
margin-top: 14px !important;
}


.improvedtube-add-to-blacklist
{
font-size: 32px;
Expand Down Expand Up @@ -1322,7 +1330,7 @@ html[it-page-type="video"][it-header-position='hover_on_video_page'][it-player-s
{
transform: scale(1.25);
}


/*-----------------------------------------------------------------------------
>>> CHANNEL
-------------------------------------------------------------------------------
Expand All @@ -1345,7 +1353,7 @@ html[it-channel-hide-featured-content=true] #secondary ytd-browse-secondary-cont
width: fit-content;
height: fit-content;
}


/*-----------------------------------------------------------------------------
>>> GENERAL
-------------------------------------------------------------------------------
Expand Down Expand Up @@ -1625,7 +1633,7 @@ html[it-remove-related-search-results=true] li > div.search-refinements
{
display: none;
}*/


.it-rate-notify
{
position: fixed;
Expand Down Expand Up @@ -1773,7 +1781,7 @@ html:not([it-page-type='video']) .it-rate-notify.it-rate-notify--show
transform: scale(1);
}
}


/*-----------------------------------------------------------------------------
>>> PLAYER
-------------------------------------------------------------------------------
Expand Down Expand Up @@ -2124,7 +2132,7 @@ html[it-player-crop-chapter-titles='false'] .ytp-chapter-title
{
width: auto !important;
}


html[it-youtube-version=new] #it-playlist-reverse
{
display: flex;
Expand Down Expand Up @@ -2173,7 +2181,7 @@ html[it-youtube-version=old] #it-playlist-reverse svg
{
fill: #fff;
}


/*-----------------------------------------------------------------------------
>>> SETTINGS
-------------------------------------------------------------------------------
Expand Down Expand Up @@ -2344,7 +2352,7 @@ html[it-improvedtube-youtube-icon='draggable'] .it-btn
{
opacity: .75 !important;
}


#it-status
{
font-size: 5rem;
Expand All @@ -2356,7 +2364,7 @@ html[it-improvedtube-youtube-icon='draggable'] .it-btn
color: #0ff;
text-shadow: 1px 1px 2px #000;
}


/*-----------------------------------------------------------------------------
>>> THEMES
-------------------------------------------------------------------------------
Expand Down Expand Up @@ -2444,7 +2452,7 @@ html[it-bluelight][it-youtube-version=old] body
{
visibility: visible !important;
}


[it-black-theme=true]:not([it-schedule=system_peference_dark]):not([it-schedule=system_peference_light])
{
--yt-swatch-primary: #000!important;
Expand Down Expand Up @@ -3077,7 +3085,7 @@ html[it-black-theme=true]:not([it-schedule=system_peference_dark]):not([it-sched
--yt-chat-bubble-self-background-color: #000;
--yt-blue-suggestive: transparent;
}
}
}
[it-dawn-theme=true]:not([it-schedule=system_peference_dark]):not([it-schedule=system_peference_light])
{
--yt-swatch-primary: #d44d5c!important;
Expand Down Expand Up @@ -3714,7 +3722,7 @@ html[it-dawn-theme=true]:not([it-schedule=system_peference_dark]):not([it-schedu
{
-webkit-filter: grayscale(1) brightness(4);
filter: grayscale(1) brightness(4);
}
}
[it-youtube-version=old][it-default-dark-theme=true]:not([it-schedule=system_peference_dark]):not([it-schedule=system_peference_light])
{
--yt-swatch-header-primary: rgb(34,38,42)!important;
Expand Down Expand Up @@ -4277,7 +4285,7 @@ html[it-dawn-theme=true]:not([it-schedule=system_peference_dark]):not([it-schedu

background: rgb(19,19,19)!important;
}
}
}
[it-desert-theme=true]:not([it-schedule=system_peference_dark]):not([it-schedule=system_peference_light])
{
--yt-swatch-primary: #faf9f9!important;
Expand Down Expand Up @@ -4900,7 +4908,7 @@ html[it-desert-theme=true]:not([it-schedule=system_peference_dark]):not([it-sche
--yt-chat-bubble-self-background-color: #faf9f9;
--yt-blue-suggestive: transparent;
}
}
}
html[it-theme=true] #author-name.style-scope.yt-live-chat-message-input-renderer,
html[it-theme=true] #content #message.yt-live-chat-text-message-renderer,
html[it-theme=true] #delete-account-confirm,
Expand Down Expand Up @@ -10137,7 +10145,7 @@ html[it-theme=true] .yt-uix-shelfslider-prev-arrow.yt-uix-tooltip.yt-sprite
-webkit-filter: brightness(3)!important ;
filter: brightness(3)!important;
}


[it-night-theme=true]:not([it-schedule=system_peference_dark]):not([it-schedule=system_peference_light])
{
--yt-swatch-primary: #003459!important;
Expand Down Expand Up @@ -10772,7 +10780,7 @@ html[it-night-theme=true]:not([it-schedule=system_peference_dark]):not([it-sched
--yt-chat-bubble-self-background-color: #003459;
--yt-blue-suggestive: transparent;
}
}
}
[it-plain-theme=true]:not([it-schedule=system_peference_dark]):not([it-schedule=system_peference_light])
{
--yt-swatch-primary: #c7efcf!important;
Expand Down Expand Up @@ -11395,7 +11403,7 @@ html[it-plain-theme=true]:not([it-schedule=system_peference_dark]):not([it-sched
--yt-chat-bubble-self-background-color: #c7efcf;
--yt-blue-suggestive: transparent;
}
}
}
[it-sunset-theme=true]:not([it-schedule=system_peference_dark]):not([it-schedule=system_peference_light])
{
--yt-swatch-primary: #2f3364!important;
Expand Down
Loading

0 comments on commit 1b04b8b

Please sign in to comment.