Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
georgiev955
Sep 19th, 2023
117
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
text
0.24 KB
| None
|
0
0
raw
download
clone
embed
print
report
function escapeHtml(value) {
return value
.replace(/&/g, "&")
.replace(/</g, "<")
.replace(/>/g, ">")
.replace(/"/g, """)
.replace(/'/g, "'");
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
Make $200 in 15 minutes F
JavaScript | 30 sec ago | 0.07 KB
MAKE $900 INSTANTLY N
JavaScript | 37 sec ago | 0.07 KB
✅ MAKE $12OO IN 10 MIN Y
JavaScript | 1 min ago | 0.07 KB
FREE BTC GUIDE Z
JavaScript | 2 min ago | 0.07 KB
Make $200 in 15 minutes F
JavaScript | 2 min ago | 0.07 KB
MAKE $900 INSTANTLY N
JavaScript | 2 min ago | 0.07 KB
✅ MAKE $12OO IN 10 MIN Y
JavaScript | 3 min ago | 0.07 KB
FREE BTC GUIDE Z
JavaScript | 4 min ago | 0.07 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!