├── .github └── FUNDING.yml ├── .nojekyll ├── ChattyKathy.js ├── LICENSE ├── README.md ├── chzzk.js ├── force_logout.html ├── index.html ├── no_tts.html ├── notifications.css ├── notifications.js ├── parrot.html ├── speech.html ├── tmi.min.js └── tts.js /.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lastorder-DC/chatreader-kor/HEAD/.github/FUNDING.yml -------------------------------------------------------------------------------- /.nojekyll: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ChattyKathy.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lastorder-DC/chatreader-kor/HEAD/ChattyKathy.js -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lastorder-DC/chatreader-kor/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lastorder-DC/chatreader-kor/HEAD/README.md -------------------------------------------------------------------------------- /chzzk.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lastorder-DC/chatreader-kor/HEAD/chzzk.js -------------------------------------------------------------------------------- /force_logout.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lastorder-DC/chatreader-kor/HEAD/force_logout.html -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lastorder-DC/chatreader-kor/HEAD/index.html -------------------------------------------------------------------------------- /no_tts.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lastorder-DC/chatreader-kor/HEAD/no_tts.html -------------------------------------------------------------------------------- /notifications.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lastorder-DC/chatreader-kor/HEAD/notifications.css -------------------------------------------------------------------------------- /notifications.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lastorder-DC/chatreader-kor/HEAD/notifications.js -------------------------------------------------------------------------------- /parrot.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lastorder-DC/chatreader-kor/HEAD/parrot.html -------------------------------------------------------------------------------- /speech.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lastorder-DC/chatreader-kor/HEAD/speech.html -------------------------------------------------------------------------------- /tmi.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lastorder-DC/chatreader-kor/HEAD/tmi.min.js -------------------------------------------------------------------------------- /tts.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lastorder-DC/chatreader-kor/HEAD/tts.js --------------------------------------------------------------------------------