Advertisement
SingularityUtopia

REMOVE shitty Twitter not logged-in BLACKOUT sigin-up/in

Jan 21st, 2015
327
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. @-moz-document domain("twitter.com") {
  2.  
  3. /*
  4. Singularity Utopia
  5. @2045singularity
  6. 21 Jan 2015
  7. */
  8.  
  9. .logged-out .modal-overlay, #signup-dialog
  10.  
  11. {
  12. display:none !important;
  13. }
  14.  
  15. .modal-enabled,
  16. .grid-enabled,
  17. .overlay-enabled,
  18. .gallery-enabled
  19.  
  20. {
  21. overflow: auto !important;
  22. }
  23.  
  24. .modal-enabled .global-nav-inner
  25.  
  26. {
  27. margin-right: 0px;
  28. }
  29.  
  30. .ScrollBump
  31.  
  32. {
  33. display:none !important;
  34. }
  35.  
  36. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement