VK.com Without Limit v.1.1

Bypass the need to login to use VK.com

/* ==UserStyle==
@name        VK.com Without Limit v.1.1
@namespace   https://greasyfork.org/en/users/8-decembre?sort=updated
@version     1.01
@author      decembre
@description Bypass the need to login to use VK.com
@license     unlicense
==/UserStyle== */


@-moz-document domain("vk.com") {

/* ==== 0-VK.com Without Limit v.1 - TEST FRESH  ==== */

/* SUPP */
#layer_wrap.scroll_fix_wrap.fixed.layer_wrap ,
[dir] #box_layer_bg ,
.popup_box_container.UnauthActionBoxContainer.UnauthActionBoxContainer--form {
    display: none !important;
}

/* NO LIMIT */
.anonym.anonym_nav.new_header_design.layers_shown{
    overflow: visible !important;
}
#box_layer_wrap {
    z-index: 0 !important;
}


/* === END  ==== */

}