Browse Source

Hide youtube login popup

master
Riyyi 4 years ago
parent
commit
acddc6cb86
  1. 6
      .mozilla/firefox/dotfiles.profile/chrome/userContent.css

6
.mozilla/firefox/dotfiles.profile/chrome/userContent.css

@ -119,4 +119,10 @@
#comments > #sections > #contents > :first-child {
margin-top: -30px;
}
/* Hide popup */
#dialog
{ display: none !important; }
.opened
{ display: none !important; }
}

Loading…
Cancel
Save