Greasy Fork is available in English.

VK.com Without Limit v.2.0

Bypass the need to login to use VK.com

Bu betiği kurabilmeniz için Tampermonkey, Greasemonkey ya da Violentmonkey gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

Bu betiği kurabilmeniz için Tampermonkey ya da Violentmonkey gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

Bu betiği kurabilmeniz için Tampermonkey ya da Violentmonkey gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

Bu betiği kurabilmeniz için Tampermonkey ya da Userscripts gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

You will need to install an extension such as Tampermonkey to install this script.

Bu komut dosyasını yüklemek için bir kullanıcı komut dosyası yöneticisi uzantısı yüklemeniz gerekecek.

(Zaten bir kullanıcı komut dosyası yöneticim var, kurmama izin verin!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(Zateb bir user-style yöneticim var, yükleyeyim!)

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


@-moz-document domain("vk.com") {
/* === VK.com Without Limit v.2.0  === */

/* SUPP */
#page_bottom_banners_root ,
.scroll_fix_wrap #box_layer ,

#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.redesign_web.layers_shown ,
.anonym.anonym_nav.new_header_design.layers_shown{
    overflow: visible !important;
}
#box_layer_wrap {
    z-index: 0 !important;
}
 
 
/* === END  ==== */
}