Question about contentlocker javascript

5light

Regular Member
Joined
May 26, 2017
Messages
306
Reaction score
66
Hi, all !
I'm a newbie and I have a question , hope you guys help me.
I want to copy a landing page
There are some landing page just has contentlocker code in <head> and I can replace it to my code but some others landingpage I don't see contentlocker code and I think it propely inside javascipt
So I want to know is there anyway to replace my code in simply. ( I'm noob about code stuffs)
Any suggestion. Very appreciate.
 
Then just find those that you can simply edit if you're a noob.
I just don't know where is it.
If that code inside html , I just hit ctrl+f and type ''locker'' in and then I replace it with my code but I can't find any thing like content locker code in javasript.
 
U can use ctrl+shift+f in devtools to search through all files on a page, maybe it would help.
 
U can use ctrl+shift+f in devtools to search through all files on a page, maybe it would help.
Thank you but I'm a noob and don't know what is devtools...Pls guide me !
 
For example in chrome you right click on a page and select "inspect element" to open devtools or press chtl+shift+I
 
Back
Top