Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* background */
- @-moz-document url(about:home), url(about:newtab), url(about:privatebrowsing) {
- .click-target-container *, .top-sites-list * {
- color: #fff !important ;
- text-shadow: 2px 2px 2px #222 !important ;
- }
- body::before {
- content: "" ;
- z-index: -1 ;
- position: fixed ;
- top: 0 ;
- left: 0 ;
- background: #f9a no-repeat url(img/wp2757868-1140009044.gif) center ;
- background-size: cover ;
- width: 100vw ;
- height: 100vh ;
- }
- }
- /* remove the settings icon thing on the background */
- .icon.icon-settings {
- display: none !important;
- }
- @-moz-document domain("youtube.com") {
- #suggestions { display: none !important; }
- .sbsb_a { display: none !important; }
- }
- @-moz-document domain("youtube.com") {
- #guide-button { display: none !important; } /* Hamburger menu */
- #logo-icon-container { display: none !important; } /* YouTube Home logo */
- ytd-topbar-logo-renderer { display: none !important; } /* Another logo variant */
- a[href="/"] { display: none !important; } /* Home button */
- }
- /* Hide "Skip Navigation" */
- #skip-navigation {
- display: none !important;
- }
- /* Extra clean-up if it's part of a wrapper */
- ytd-topbar-menu-button-renderer:has(a[href*="/@"]) {
- display: none !important;
- }
- /* Keep the rest of the top bar intact */
- #skip-navigation {
- display: none !important;
- }
- }
- /* Remove the "Search" tooltip on the magnifying glass button */
- #search-icon-legacy[title="Search"],
- #search-icon-legacy[aria-label="Search"] {
- font-size: 0 !important;
- }
- #search-icon-legacy[title="Search"]::before,
- #search-icon-legacy[aria-label="Search"]::before {
- content: none !important;
- }
- /* Disable all tooltips as a fallback */
- [tooltip],
- [title] {
- pointer-events: none !important;
- }
- [tooltip]::after,
- [title]::after {
- content: none !important;
- }
- /* Remove the "Search" tooltip on the magnifying glass button */
- #search-icon-legacy {
- pointer-events: none;
- }
- #search-icon-legacy::after {
- content: none !important;
- }
- /* Hide the paper tooltip */
- .yt-spec-icon-shape__tooltip,
- ytd-searchbox .yt-paper-tooltip {
- display: none !important;
- }
- /* Disable all tooltips as a fallback */
- [tooltip],
- [title] {
- pointer-events: none !important;
- }
- [tooltip]::after,
- [title]::after {
- content: none !important;
- }
- /* Hide the "Search" button text if needed */
- #search-icon-legacy yt-icon-button {
- font-size: 0 !important;
- }
- /* Hide the "You" button */
- ytd-guide-entry-renderer[title="You"],
- ytd-mini-guide-entry-renderer[aria-label="You"] {
- display: none !important;
- }
- ytd-watch-metadata yt-formatted-string.ytd-watch-metadata {
- display: none !important;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement