I have a system of posts, where the publisher can embed code another site to reference content. However, I am having a problem with the LookBook.nu site.
The site of this embedded code contains a script tag that calls jQuery 1.6
and causes my system to crash.
I wanted to remove this script tag with regex. Is this possible?
This is the embedded code:
<!--BEGIN HYPE WIDGET-->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js" type="text/javascript"></script>
<script src="http://lookbook.nu/look/widget/7625244.js?include=all&size=medium&style=button&align=center"></script><div id="hype_container_7625244">
</div>
<!--END HYPE WIDGET-->
Ps: impractical use noConflict is because I have to replace all the scripts of my system. It would take me too long to do this.
** Sorry, I don't speak Engish. Google Translate is my best friend. :D