Guest User

Untitled

a guest
Oct 20th, 2017
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. /* facebook */
  2. #pagelet_bookmark_nav, /* Left column: Bookmarks */
  3. a[href*="lists"], /* Left column: Lists like 'Close Friends' */
  4. div[id*="ticker"], /* Right column / Chat sidebar: news ticker */
  5. div[id*="pagelet_trending_tags_and_topics"] /* Right column: Trending tags and topics */
  6. {
  7. display: none !important;
  8. }
  9.  
  10. /* News feed - Needs visibility:hidden to prevent endless refreshing */
  11. div[id*="topnews"] {
  12. visibility: hidden !important;
  13. }
  14.  
  15.  
  16. /* twitter */
  17. #timeline.content-main.top-timeline-tweetbox .stream-container
  18. {
  19. display: none !important;
  20. }
  21.  
  22. #doc.route-home .dashboard.dashboard-left .module.trends,
  23. #doc.route-home .dashboard.dashboard-right {
  24. visibility: hidden;
  25. }
  26.  
  27.  
  28. /* instagram */
  29. main[role="main"] #mainFeed {
  30. display: none !important;
  31. }
  32.  
  33.  
  34. /* meduza */
  35. main[role="main"].App-content .Page.Page--asChronology,
  36. main[role="main"].App-content .Page.Page--asSections {
  37. display: none !important;
  38. }
Add Comment
Please, Sign In to add comment