Get Rid of Ninja slider Trail version text from Website.
Get Rid of Ninja slider Trail version text from Website.
1. Find the code in ninja-slider js file
return a.replace(/(?:.*\.)?(\w)([\w\-])?[^.]*(\w)\.[^.]*$/, "$1$3$2")
Replace to
return null
2. Find code with string "www."
Sb=function(a){var b=Yb(document.domain.replace("www.",""));
change to ==>
Sb=function(a){var b=Yb(document.domain.replace("",""));
delete the word "www."
3. Find code
Ab=["$1$2$3","$1$2$3","$1$24","$1$23","$1$22"]
delete string value inside bracket
4. Find code
apply(this, [a, y, b, qb, wb, o, vb, xb, document, m]
replace with
apply(this, [a, y, b, qb, wb, o, vb, xb, o, m]