Fix File
•
/
home
/
sportsfe...
/
httpdocs
/
wp-conte...
/
plugins
/
content-...
/
assets
/
public
•
File:
password-typing.js
•
Content:
function showPassword() { var input = document.getElementsByClassName("passster-password"); var input = input[0]; if (input.type === "password") { input.type = "text"; } else { input.type = "password"; } }
•
Search:
•
Replace:
Function
Edit by line
Download
Information
Rename
Copy
Move
Delete
Chmod
List