Guest User

Untitled

a guest
Mar 22nd, 2024
26
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. ! Youtube
  2.  
  3. !#if (!adguard_app_windows && !adguard_app_mac && !adguard_app_android)
  4.  
  5. www.youtube.com#%#//scriptlet('abort-on-stack-trace', 'btoa', '/[A-Za-z]lb \S+polymer/')
  6.  
  7. ! For the closable popup
  8.  
  9. youtube.com#?#ytd-enforcement-message-view-model:has(> div.ytd-enforcement-message-view-model)
  10.  
  11. youtube.com#$#tp-yt-iron-overlay-backdrop { display: none !important; }
  12.  
  13. youtube.com#$?#tp-yt-paper-dialog:has(> ytd-enforcement-message-view-model > div.ytd-enforcement-message-view-model) { remove: true; }
  14.  
  15. ! For the overlay
  16.  
  17. youtube.com#$#ytd-watch-flexy[player-unavailable] #player-container-outer.ytd-watch-flexy { visibility: visible !important; }
  18.  
  19. youtube.com#$?#yt-playability-error-supported-renderers:has(yt-button-view-model[dialog-dismiss]) { display: none !important; }
  20.  
  21. !#endif
Add Comment
Please, Sign In to add comment