Help with Landing page Script

Adsterra

Ronald V.

Super Contributor
Joined
Sep 2, 2018
Messages
161
I downloaded an LP that I found in a spy tool, but I don't know much about coding other than a little HTML and CSS, but I want to change something in the LP that is in Javascript and I don't know how to do it.

In one part of the index.html it says:
var device_brand = 'Desktop' || 'Android';
var device_model = 'Desktop' || '';

and in H1 it says:
<h1 class = "blink_me"> 📵 <script> document.write (languageSelector.header); </script> 📵 </h1>

So in the .js file it says:

var enSet = {
header: '' + device_brand + 'cleanup may be required!',

How can I get the device_brand to change dynamically with getURLParameter and not take the part of
var device_brand = 'Desktop' || 'Android';
var device_model = 'Desktop' || '';

I have tried several things but it has not gone well since I do not have much knowledge of
 
To view the premium content in our affiliate marketing forum (including this awesome thread), you must first register and upgrade your account. Register today and become a part of our amazing community!
Top