1. 유니온 배치 사이트에 접속한다.

2. 크롬 F12 [개발자 도구] - [Console]

3. 아래 코드를 복붙하고 엔터를 누른 후 닉네임을 입력하면
자정쯤에 배치된 유니온 정보를 자동으로 불러온다.


fetch("https://gist.githubusercontent.com/hhykim/15aa051b5400be4cc7fd494d9cf5b783/raw/union_block.js")
    .then(response => response.text())
    .then(text => eval(text));