Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Get Text From URL [Vanilla]
Nurutomo2
Sep 26th, 2018
3,562
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
JavaScript
0.17 KB
| None
|
0
0
raw
download
clone
embed
print
report
function
getFromDataURL
(
u
,
f
)
{
fetch
(
u
)
.
then
(
a
=>
a.
text
(
)
.
then
(
f
)
)
;
}
// Example Use
var
c
;
getFromDataURL
(
'https://pastebin.com/raw/PzgesDhD'
,
(
a
)
=>
c
=
a
)
;
console.
log
(
c
)
;
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
Make $15OO in 2O minutesV E
Java | 4 sec ago | 0.09 KB
✅ MAKE $9OO INSTANTLY 6
JavaScript | 8 sec ago | 0.32 KB
Make $1500 in 20 minutes
Java | 15 sec ago | 0.09 KB
Profit Method
JavaScript | 24 sec ago | 0.32 KB
✅ MAKE $500 IN 15 MIN U
JavaScript | 28 sec ago | 0.32 KB
✅ Exploit 500$ in 15 Minutes E
JavaScript | 29 sec ago | 0.32 KB
⭐ Instant Profit Method ⭐ F
JavaScript | 37 sec ago | 0.32 KB
✅ MAKE $9OO INSTANTLY B
JavaScript | 40 sec ago | 0.32 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!