Advertisement
EdFrees

YouTube - Remove cookie/login wall

Feb 18th, 2022 (edited)
815
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.51 KB | None | 0 0
  1. /*
  2. Works if you navigate on YouTube in the same tab.
  3. You can open videos in a new tab (right click), from external links or copy/paste.
  4.  
  5. If you do any of the following it will redirect you to the Google login page:
  6. -Open a playlist/channel in a new tab (right click).
  7. -Click on an external playlist/channel link.
  8. -Copy/paste a playlist/channel in a tab.
  9. -Click on the comment box to start typing.
  10. */
  11.  
  12. tp-yt-iron-overlay-backdrop {
  13.     display: none !important;
  14. }
  15.  
  16. #lightbox {
  17.     display: none !important;
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement