script Loader
variable URL
variable Protocol
variable Domain
variable Script
json parse url the location as URL
put property `protocol` of URL into Protocol
put property `domain` of URL into Domain
rest get Script from Protocol cat Domain cat `/easycoder/ecs/stream.ecs?v=` cat now
run Script
stop
variable URL
variable Protocol
variable Domain
variable Script
json parse url the location as URL
put property `protocol` of URL into Protocol
put property `domain` of URL into Domain
rest get Script from Protocol cat Domain cat `/easycoder/ecs/stream.ecs?v=` cat now
run Script
stop