Ads are my revenue to fuel my spirit. But still you have the freedom to remove it if you don’t like it. For this, you need to open the file ‘jquery-html5-file-upload.php’ residing within your plugin folder and remove/comment the lines from 302 to 317.
i.e comment/remove the following lines…
$whitelist = array(‘localhost’, ‘127.0.0.1’);
if(!in_array($_SERVER[‘HTTP_HOST’], $whitelist)){
?>
<script type=”text/javascript”><!–
google_ad_client = “ca-pub-8264268943944137”;
/* Add for JQFU Plugin */
google_ad_slot = “3528882927”;
google_ad_width = 468;
google_ad_height = 60;
//–>
</script>
<script type=”text/javascript”
src=”https://pagead2.googlesyndication.com/pagead/show_ads.js”>
</script>
<?php
}
Let me know if you need any further assistance