Hi everyone,
I've been ripping landers from Adplexity without editing the JS. I just removed any obvious links from the HTML file and removed any images that are hosted on someone else's site.
From what I've read, hiding sneaky redirects in JS is one of the easiest methods. I'm not a programmer, but I've studied the absolute basics of HTML and CSS (currently working on JS). So far, I've always worked by simply trying stuff and seeing whether it works.
So for deleting sneaky redirects, I tried just deleting ALL the code from JS files outside the main HTML of my lander. Surprisingly, nothing broke and the landers seem to work identically to me.If that is the case, can I safely just delete all JS files, check to make sure the page still works and then upload to my servers?
I've attached some images of the type of code I mean, but these are just the few examples I've seen so far. For all of them, I simply deleted the whole JS code and when checking it locally, nothing seems to have changed. It seems to easy to be true...



Well, this is purely from my own anecdotal experience ripping landers, so sure, YMMV. I've ripped and cleaned a whole bunch (hundreds) from Adplexity and manual spying the last 6 months, and I've personally only seen such sneaky scripts a handful of times.
If you look through EVERY line of JS, and don't leave anything in the lander that you don't understand, there's not much to go wrong. Of course, this requires some baseline knowledge of javascript. If you're still worried, you may want to open your dev tools and watch the HTTP requests as you click around, refresh the page, etc. and make sure there are no requests or redirects to any servers that the page should not be communicating with.
If it not breaks the LP you should be fine.
Just make sure you can clickthrough to the offer and test it several times.
The process I used and it worked well for me is that I remove most of the scripts I don't know and after I introduce my own scripts that I know for sure are verified.
Also never use local jQuery included in the LP, but link to the CDN, same applies for any other libraries.
I am having the same issue as ripping landers from Adplexity. I just simply detect any script with "http" in the main file and replace with my own. I do not have much knowledge over some JS files.
Recently, I upload the two landers without removing the old JS files since I test the whole campaign and it the lander directs me right to my offer. Then I assume that there is nothing wrong here.
Howerver, looking at the stat, I see something suspious as the CTR is so high that it cannot be ignored, though the conversion is only 1 for each lander. I wonder if those ones are "good landers" or "something" is going wrong here.
Here is the screenshot of that
@deetei looks like a JS backbutton script which sends the user to the offer as soon as he hits the back button to me.