Skip to content

Commit

Permalink
simplify the home page
Browse files Browse the repository at this point in the history
  • Loading branch information
qu8n committed Dec 6, 2022
0 parents commit 82fa207
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
/* TODO move the codes below to JS
https://github.com/0kzh/minimal-youtube/blob/master/content.js#:~:text=const-,replaceHomePage,-%3D
*/

/* simplify the home page by removing the following elements: */
#nav-global-location-slot, /* current delivery location */
#nav-link-accountList, /* Account & Lists dropdown */
#nav-main, /* main navbar */
#icp-nav-flyout, /* language dropdown */
#pageContent, /* main content */
#rhf, /* other content (e.g. browsing history) */
#navFooter {
display: none !important;
}

/* match background with navbar color */
body {
background-color: #131921 !important;
}

0 comments on commit 82fa207

Please sign in to comment.