Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
LordXido
/
CodexCapsule
like
1
Running
App
Files
Files
Community
cb68079
CodexCapsule
/
web.js
LordXido
Update web.js
0a8afdf
verified
2 months ago
raw
Copy download link
history
blame
Safe
194 Bytes
export
function
loadURL
(
url
){
if
(!url.
startsWith
(
"http"
)) url=
"https://"
+url;
document
.
getElementById
(
"browser"
).
src
=url;
}
export
function
scrapeDOM
(
){
// future: DOM → world terrain
}