-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## v1.2.11 ... (22 NOVEMBER 21) ### Additions: `+` Added an option to remove the border outline from `youtube subscription manager` for people who use it, including myself (this addition was mainly for myself) ### Changes: `+` Updated code for `youtube subtitles to be more like netflix` option.
- Loading branch information
1 parent
4e59627
commit 4caef49
Showing
11 changed files
with
93 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
css/optionals/min/remove-pockettube-subscription-filter-border.min.css
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,50 @@ | ||
/*::: Netflix subtitles with the drop shadow for the YouTube subtitles :::*/ | ||
@font-face { | ||
font-family: "Netflix Sans"; | ||
font-weight: 100; | ||
|
||
src: url(https://assets.nflxext.com/ffe/siteui/fonts/netflix-sans/v3/NetflixSans_W_Th.woff2) format("woff2"), url(https://assets.nflxext.com/ffe/siteui/fonts/netflix-sans/v3/NetflixSans_W_Th.woff) format("woff"); | ||
} | ||
|
||
@font-face { | ||
font-family: "Netflix Sans"; | ||
font-weight: 300; | ||
|
||
src: url(https://assets.nflxext.com/ffe/siteui/fonts/netflix-sans/v3/NetflixSans_W_Lt.woff2) format("woff2"), url(https://assets.nflxext.com/ffe/siteui/fonts/netflix-sans/v3/NetflixSans_W_Lt.woff) format("woff"); | ||
} | ||
|
||
@font-face { | ||
font-family: "Netflix Sans"; | ||
font-weight: 400; | ||
|
||
src: url(https://assets.nflxext.com/ffe/siteui/fonts/netflix-sans/v3/NetflixSans_W_Rg.woff2) format("woff2"), url(https://assets.nflxext.com/ffe/siteui/fonts/netflix-sans/v3/NetflixSans_W_Rg.woff) format("woff"); | ||
} | ||
|
||
@font-face { | ||
font-family: "Netflix Sans"; | ||
font-weight: 700; | ||
|
||
src: url(https://assets.nflxext.com/ffe/siteui/fonts/netflix-sans/v3/NetflixSans_W_Md.woff2) format("woff2"), url(https://assets.nflxext.com/ffe/siteui/fonts/netflix-sans/v3/NetflixSans_W_Md.woff) format("woff"); | ||
} | ||
|
||
@font-face { | ||
font-family: "Netflix Sans"; | ||
font-weight: 800; | ||
|
||
src: url(https://assets.nflxext.com/ffe/siteui/fonts/netflix-sans/v3/NetflixSans_W_Bd.woff2) format("woff2"), url(https://assets.nflxext.com/ffe/siteui/fonts/netflix-sans/v3/NetflixSans_W_Bd.woff) format("woff"); | ||
} | ||
|
||
@font-face { | ||
font-family: "Netflix Sans"; | ||
font-weight: 900; | ||
|
||
src: url(https://assets.nflxext.com/ffe/siteui/fonts/netflix-sans/v3/NetflixSans_W_Blk.woff2) format("woff2"), url(https://assets.nflxext.com/ffe/siteui/fonts/netflix-sans/v3/NetflixSans_W_Blk.woff) format("woff"); | ||
} | ||
|
||
.ytp-caption-segment { | ||
padding-bottom: 5 !important; | ||
/*margin-bottom: 4% !important;*/ | ||
font-family: "Netflix Sans", sans-serif !important; | ||
font-weight: 700 !important; | ||
|
||
/*font-size: 36px !important;*/ | ||
background: none !important; | ||
text-shadow: rgba(0, 0, 0, 1) 0 0 .2em !important; | ||
} |
4 changes: 4 additions & 0 deletions
4
css/optionals/remove-pockettube-subscription-filter-border.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
/*::: Remove PocketTube Subscription Filter Border :::*/ | ||
#primary > ytd-section-list-renderer > div.ysm-subscription-filter.ysm-select-filters.branded-page-module-title.shelf-title-cell.ysm-subscription-filter-new.last-change { | ||
border: none !important; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters