XP1

Reddit videos.css

XP1
Jul 12th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.45 KB | None | 0 0
  1. @charset "utf-8";
  2.  
  3. /* https://www.reddit.com/r/videos/ */
  4.  
  5. /* Show all videos. */
  6. html:not(:lang(nn)) body.listing-page div.thing {
  7.     display: initial !important;
  8. }
  9.  
  10. /* Hide "You've exceeded the number of video views your plan allows you to Subscribe to. Please upgrade your internet package to continue watching videos." error message. */
  11. html:not(:lang(nn)) body.listing-page div.thing.stickied:first-child {
  12.     display: none !important;
  13. }
Add Comment
Please, Sign In to add comment