hi guys, I'm trying to place ads in my forum using this extension. My ad providers are using script tags as following;
<script id="PDS762154" type="text/javascript">(function(d){var wrapper=d.createElement("script"); wrapper.id="WDS762154";wrapper.type="text/javascript";wrapper.src="https://s.adlane.info/?content_page_url=" + encodeURIComponent(window.location.href) + "&width=240&height=400&cb=" + (new Date()).getTime().toString() + "&aid=762154";var s=d.getElementById("PDS762154");s.parentNode.insertBefore(wrapper, s);}(document));</script>
What should I rewrite this for it to work within the text box of the extension?