I have this code for :
  (function(d,t,p){
    var e = d.createElement(t); e.charset = "utf-8"; e.src = p;
    var s = d.getElementsByTagName(t)[0]; s.parentNode.insertBefore(e,s)
   })(document,"script","http://js.testfreaks.com/onpage/gymsource.com/prd.js")
As you can see here this script is being included in my website.in this script a function used.
   function a(e, r) {
    }
I want to override it. Is it is possiable ?
 
     
     
    