pornhub crack for Russia

Removes "authorize by VK.COM" panel.

  1. // ==UserScript==
  2. // @name pornhub crack for Russia
  3. // @namespace mikeos
  4. // @description Removes "authorize by VK.COM" panel.
  5. // @version 1
  6. // @grant none
  7. // @include *pornhub.com*
  8. // ==/UserScript==
  9.  
  10. var style = document.createElement("style");
  11. style.innerHTML = "#age-verification-container,#age-verification-wrapper,.abAlertShown,#js-abContainterMain{display:none!important}";
  12. document.getElementsByTagName("head")[0].appendChild(style);