!	I Wanna Show You

      script Launcher

      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
      put Protocol cat Domain into storage as `.cdn`
!      require js `https://easycoder.github.io/dist/plugins/iwsy.js?v=` cat now
      require js Protocol cat Domain cat `/dist/plugins/iwsy.js?v=` cat now
!      rest get Script from `https://easycoder.github.io/iwsy/resources/ecs/iwsy.txt?v=` cat now
      rest get Script from Protocol cat Domain cat `/resources/ecs/iwsy.txt?v=` cat now
      run Script