├── LICENSE ├── README.md ├── kakao ├── README.md └── macro.js └── naver ├── README.md └── macro.js /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimytsc/covid-rest-vaccine-macro/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimytsc/covid-rest-vaccine-macro/HEAD/README.md -------------------------------------------------------------------------------- /kakao/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimytsc/covid-rest-vaccine-macro/HEAD/kakao/README.md -------------------------------------------------------------------------------- /kakao/macro.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimytsc/covid-rest-vaccine-macro/HEAD/kakao/macro.js -------------------------------------------------------------------------------- /naver/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimytsc/covid-rest-vaccine-macro/HEAD/naver/README.md -------------------------------------------------------------------------------- /naver/macro.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kimytsc/covid-rest-vaccine-macro/HEAD/naver/macro.js --------------------------------------------------------------------------------