VK.com Without Limit v.2.0

Bypass the need to login to use VK.com

  1. /* ==UserStyle==
  2. @name VK.com Without Limit v.2.0
  3. @namespace https://greatest.deepsurf.us/en/users/8-decembre?sort=updated
  4. @version 2.00
  5. @author decembre
  6. @description Bypass the need to login to use VK.com
  7. @license unlicense
  8. ==/UserStyle== */
  9.  
  10.  
  11. @-moz-document domain("vk.com") {
  12. /* === VK.com Without Limit v.2.0 === */
  13.  
  14. /* SUPP */
  15. #page_bottom_banners_root ,
  16. .scroll_fix_wrap #box_layer ,
  17.  
  18. #layer_wrap.scroll_fix_wrap.fixed.layer_wrap ,
  19. [dir] #box_layer_bg ,
  20. .popup_box_container.UnauthActionBoxContainer.UnauthActionBoxContainer--form{
  21. display: none !important;
  22. }
  23.  
  24. /* NO LIMIT */
  25. .anonym.anonym_nav.redesign_web.layers_shown ,
  26. .anonym.anonym_nav.new_header_design.layers_shown{
  27. overflow: visible !important;
  28. }
  29. #box_layer_wrap {
  30. z-index: 0 !important;
  31. }
  32. /* === END ==== */
  33. }