Sleazy Fork is available in English.

pornhub crack for Russia

Removes "authorize by VK.COM" panel.

// ==UserScript==
// @name     pornhub crack for Russia
// @namespace mikeos
// @description Removes "authorize by VK.COM" panel.
// @version  1
// @grant    none
// @include  *pornhub.com*
// ==/UserScript==

var style = document.createElement("style");
style.innerHTML = "#age-verification-container,#age-verification-wrapper,.abAlertShown,#js-abContainterMain{display:none!important}";
document.getElementsByTagName("head")[0].appendChild(style);