restores the old "Skip Ads" button in the video player, recommended to use with "YT Player Classifier" by aubymori.
Old Skip Ads Button by underscoreangel
Details
Authorunderscoreangel
LicenseNo License
Categoryyoutube
Created
Updated
Size1.5 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
By: UnderscoreAngel, LightBeam24, rlego & Lemon/Aubrey.
Source code
/* ==UserStyle==
@name Old Skip Ads
@namespace https://www.youtube.com/underscoreangel
@version 0.0.1
@description restores the old "Skip Ads" button in the video player
@author UnderscoreAngel, LightBeam24, rlego.
==/UserStyle== */
@-moz-document domain("https://www.youtube.com") {
/*Recreation of the old Skip Ad Button*/
.ytp-ad-skip-button-modern {
background: rgba(0,0,0,.6);
font-family: "Arial",sans-serif;
font-size: 18px;
height: 40px;
font-weight: 600;
border-radius: 0px;
position: relative;
left: 12px;
border-top: 1px solid;
border-left: 1px solid;
border-bottom: 1px solid;
}
.ytp-ad-skip-button-text-centered::after {
content: " Ads";
}
/*Countdown & Video plays soon indicators*/
.ytp-ad-preview-container-detached {
border-radius: 0px;
overflow: hidden;
background: rgba(0,0,0,.6);
height: 50px;
right: -12px;
}
.ytp-ad-preview-image-modern > .ytp-ad-image {
display: block;
height: 50px;
width: 85px;
}
.ytp-ad-preview-text-modern {
font-family: "Arial",sans-serif;
}
/*Ad Link & Button*/
.ytp-ad-player-overlay-flyout-cta-rounded {
border-radius: 0px;
overflow: hidden;
left: -1px;
}
.ytp-flyout-cta .ytp-flyout-cta-action-button.ytp-flyout-cta-action-button-rounded {
border-radius: 2px;
font-size: 14px;
background: #006eff;
}
.ytp-flyout-cta .ytp-flyout-cta-icon.ytp-flyout-cta-icon-rounded {
border-radius: 0%;
}
}