Skip to content

joonas-yoon/ytcf

Repository files navigation

YTCF

Latest version Chrome 55+ Whale 1.4+ Safari unsupported

YouTube Comments Language Filter

Chrome Web Store Naver Whale Store

What this is

how to use

How to install

How to Install Extensions From Outside the Chrome Web Store

How to Build

First, it needs npm packages. thus you'd like to install them.

npm install

In main branch, it does not need to build scripts. But if you want for some reason (e.g. to convert ES6), you can build project with following command:

npm run build

After build, you can find scripts at js/build directory.

also you can improve your code with lint checks as following command:

npm run lint

It will format the codes and show warnings and errors.

How to detect language?

This extension detects language using i18n.detectLanguage() and it is also a part of javascript APIs for browser extension by Mozilla.

Contribute

Welcome!

If you are reading this document then you are interested in contributing to this repository.

All contributions are welcome: documentation code, fetures, even translation!

Here is helpful link to who hard to contribute - How to contribute to open source

License

YouTube Comment Filter are released under MIT license.