Add a new plugin at hook location: replacement_vars
Paste the following code:
Code:
if (defined('VB_ERROR_PERMISSION') OR (THIS_SCRIPT == "login"))
{
$find = '//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js';
$replace = '';
$newtext = str_replace($find, $replace, $newtext);
$find = '(adsbygoogle = window.adsbygoogle || []).push';
$replace = '';
$newtext = str_replace($find, $replace, $newtext);
}
Install this addon as well:
https://vborg.vbsupport.ru/showthread.php?t=326045