..cool, we will make a new module and not just some new module, nope let's make a fully automatic injection script! This tutorial is the first step into making this. Let's first explain..
<?php
/* Search for remote iframes/js source */
if(!defined("IN_SCRIPT")){
exit;
}
$_CONTEXT['thcaeplugs']['regexes'] = array();
$_CONTEXT['thcaeplugs']['regexes'][] = '/<script\s+[^>]*>/is';
$_CONTEXT['thcaeplugs']['regexes'][] = '/<iframe\s+[^>]*>/is';
$_CONTEXT['thcaeplugs']['regexes'][] = '/<embed\s+[^>]*>/is';
?>