Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 154 Bytes

readme.md

File metadata and controls

8 lines (8 loc) · 154 Bytes

inject

;(() => {
  const s = document.createElement("script")
  s.src = "http://127.0.0.1:8080/client.cjs"
  document.body.appendChild(s)
})()