Set localhost to your localhost address (e.g: "http://127.0.0.1:5500/") to get a test tab
# Supports:
Custom lua browser scripts (sandboxed):
- somewhat
Does not read src, reads 'pod' data value
# What you can do with :
See in sandboxedlua.lua
## print(t,x,y,c)
### Print t at point x,y with color c of the page
## fprint(t,x,y,c)
### Print t at a fixed point with color c
## spr(s,x,y)
### Draw s at point x,y relative to the page
## fspr(s,x,y)
### Draw s at a fixed point x,y
## setBackground(c)
### Set the background color of the page
## getElementById(id)
### Get an element by an id
## debug(t)
### Print text to the terminal
# Allowed default functions
time
unpod
pod
pairs
ipairs
rnd
add
sub
del
deli
# Accessible variables
## windowData
### has a width, height property
## curs (untested)
### has a x,y,b (button),scroll.x,scroll.y
Have fun!