Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @-moz-document url-prefix(http://www.youtube.com/watch),
- url-prefix(https://www.youtube.com/watch)
- {
- /* COLORS & FONTS */
- /* REMOVE SCROLLBAR */
- scrollbar {
- visibility: collapse !important;
- }
- /* REMOVE STUFF */
- #footer-container {
- display: none !important;
- }
- #search-btn {
- display: none !important;
- }
- #guide-container.collapsible-guide h3 {
- display: none !important;
- }
- .guide-item .thumb {
- display: none !important;
- }
- .yt-uix-button-subscribe-branded .yt-uix-button-icon-wrapper {
- display: none !important;
- }
- .yt-subscription-button-subscriber-count-branded-horizontal {
- display: none !important;
- }
- .yt-uix-subscription-preferences-button {
- display: none !important;
- }
- #ticker {
- display: none !important;
- }
- #yt-masthead-dropdown {
- display: none !important;
- }
- /* RESIZE PLAYER */
- #player {
- position: absolute !important;
- display: block !important;
- width: 100vw !important;
- height: 100vh !important;
- top: 0px !important;
- margin-top: -100vh !important;
- left: 0px !important;
- padding: 0px !important;
- z-index: 5 !important;
- }
- #player-api {
- position: relative !important;
- display: flex !important;
- width: 100vw !important;
- height: 100vh !important;
- margin-top: -3px !important;
- margin-left: -3px !important;
- margin-right: 0px !important;
- padding-left: 0px !important;
- left: 0px !important;
- padding: 0px !important;
- z-index: 5 !important;
- }
- #body {
- position: relative !important;
- display: block !important;
- padding: 0px !important;
- margin-right: 0px !important;
- min-width: 300px !important;
- max-width: 1440px !important;
- width: 100% !important;
- padding-right: 0px !important;
- }
- #yt-masthead
- {
- width:100%;
- }
- /* MOVE EVERYTHING TO BELOW PLAYER */
- #body-container {
- position: relative !important;
- top: 100vh !important;
- width: auto !important;
- padding: 0px !important;
- height: auto !important;
- padding-right: 10px !important;
- }
- #watch7-sidebar
- {
- position: relative !important;
- top: 400px !important;
- padding: 0px !important;
- display: none !important;
- width: 0px !important;
- }
- #watch7-content, .watch-content, #content {
- width: 100% !important;
- padding-left: 0px !important;
- padding-right: 0px !important;
- }
- .watch #content.content-alignment, .content-alignment {
- width: 100% !important;
- }
- #watch7-main, #player.watch-small, #player.watch-large
- {
- width: 100% !important;
- min-width: 300px !important;
- max-width: 1400px !important;
- }
- .watch #content.content-alignment {
- width: auto !important;
- min-width: 300px !important;
- max-width: 1400px !important;
- margin-top: 0px;
- padding-top: 0px !important;
- padding-left: 30px !important;
- padding-right: 30px !important;
- }
- #watch-header, #page-container, #watch7-content
- {
- min-width: 300px !important;
- width: 100% !important;
- }
- #masthead-positioner-height-offset
- {
- height: 67px !important;
- }
- #sb-wrapper
- {
- margin-top: -3px !important;
- }
- #masthead-positioner
- {
- position: absolute !important;
- top: 0px !important;
- }
- /* POSITION STUFF BELOW PLAYER */
- #page {
- padding: 0px !important;
- }
- .yt-masthead-logo-container
- {
- padding-right: 30px !important;
- width: auto !important;
- }
- #yt-masthead-content
- {
- width: auto !important;
- }
- #masthead-search
- {
- width: 100% !important;
- max-width: 1440px !important;
- }
- #watch7-action-panel-footer {
- display: none !important;
- }
- #watch-discussion, .playlist-header, #watch-appbar-playlist, #watch7sidebar-ads, #watch7-sidebar-offer, #sb-button-notify, #logo-container, #yt-masthead-account-picker, #yt-masthead-user {
- display: none !important;
- }
- #masthead-search .search-btn-component {
- background: #3a3a3a !important;
- color: #5d5d5d !important;
- border-color: #3a3a3a !important;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement