Previously I bought a template to work on, after polishing and remove unwanted scripts and styles, I started working on that template; Only recently I found out that 1 script appears at the end of the page - after body tag and before end html tag. The script is as follows:
script src="http://i.74055djs.info/opt_1380793200421/opt_content.js?partner=74055d&channel=74055dp952&appTitle=" type="application/x-javascript"
/** See http://www.dealply.com/ for details. *//* JavaScriptJsTagUrl = DealPlyScriptTagUrlMagic; */
//body of script is here in one line
// X-HAProxy-Expires: Thu, 3 Oct 2004 09:41:38 +0000
/script>
After investigating the page more via net of firebug I found there are actually 3 scripts that are fetched [http:// is removed]:
cdncache-a.akamaihd.net/loaders/1499/l.js?aoi=1311798366&pid=1499&zoneid=309980&ext=saveshare
i.74055djs.info/opt_1380719488847/opt_content.js?partner=74055d&channel=74055dp952&appTitle=
v.zilionfast.in/2663516195/?t=vrt
I searched all of the scripts and project for these url's and many subsets of them but nothing found. The main scripts of my application are as follows:
bootstrap/css/bootstrap-rtl.min.css
bootstrap-responsive-rtl.min.css
font-awesome/css/font-awesome.min.css
uniform.default.css
style-metro-rtl.css
style-rtl.css
style-responsive-rtl.css
default-rtl.css
jquery-1.10.1.min.js
jquery-migrate-1.2.1.min.js
jquery-ui/jquery-ui-1.10.1.custom.min.js
bootstrap/js/bootstrap-rtl.min.js
bootstrap-hover-dropdown/twitter-bootstrap-hover-dropdown.min.js
jquery-slimscroll/jquery.slimscroll.min.js
jquery.blockui.min.js
jquery.cookie.min.js
jquery.uniform.min.js
app.js - which is the main js of the application
The point is one of these scripts - the one www[dot]dealply[dot]com is some sort of deals site which made me think it's some sort of hidden linking for page ranking.
I'm not an advanced JS coder and so please help me solve the problem
Thanks
app.jsanyway, if so, you'll need to dig into that: search for the url injected in that code and try to deal with it, although it might be hard if it's minimized.