VK.com Without Limit v.1

Bypass the need to login to use VK.com

目前为 2022-03-11 提交的版本,查看 最新版本

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