HObfus v2.04
$cfg["remove-script"]

$cfg["remove-script"] controls whether HObfus should remove all the <script> blocks from the Elements tab of DevTools.

Set $cfg["remove-script"] to 1 to enable the feature that removes all the <script> blocks from the Elements tab of DevTools.

$cfg["remove-script"]=1;

Set $cfg["remove-script"] to 0 to disable the feature.

$cfg["remove-script"]=0;
When $cfg["remove-script"] is enabled, all <script> blocks are removed from the Elements tab of DevTools, regardless of the locations of <?php HObfus_begin(); ?> and <?php HObfus_end(); ?>.

The default value of $cfg["remove-script"] is 1 (enabled).

$cfg["remove-script"]=1;

« Back
$cfg["prepend"]
Next »
$cfg["remove-comment"]