Skip to content

Commit

Permalink
Merge pull request #10 from mogproject/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
mogproject authored Jan 16, 2021
2 parents 1fb5ad5 + abd081d commit f819df2
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
src/__tests__/resources/* linguist-vendored
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,15 @@ This extension provides a comment filter on [YouTube](https://www.youtube.com/).

- Language Filter
- You can configure the languages you want to see.
- Blocked Words
- You can hide the comments that include specific keywords.
- Reply Filter
- You can filter replies in addition to independent comments.
- Filter On/Off Button
- You can turn on/off the filter for each tab.

See [Changelog](https://github.com/mogproject/yay-filter/wiki/Changelog) for details.

## Requirements

- Device: Desktop only
Expand All @@ -47,6 +53,7 @@ Privacy matters.

- [Report an Issue](https://github.com/mogproject/yay-filter/issues)
- [Developers Guide](https://github.com/mogproject/yay-filter/wiki/Developers-Guide)
- [Localization](https://github.com/mogproject/yay-filter/tree/main/assets/_locales)

## Special Thanks

Expand Down
2 changes: 1 addition & 1 deletion assets/manifest_chrome.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Yet Another YouTube Comment Filter",
"version": "0.1.1",
"version": "0.1.2",
"description": "Filters comments on YouTube.",
"author": "Yosuke Mizutani",

Expand Down
2 changes: 1 addition & 1 deletion assets/manifest_firefox.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Yet Another YouTube Comment Filter",
"version": "0.1.1",
"version": "0.1.2",
"description": "Filters comments on YouTube.",
"author": "Yosuke Mizutani",

Expand Down
2 changes: 1 addition & 1 deletion src/Config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
declare const __DEBUG__: string;

export const Config = {
version: '0.1.1',
version: '0.1.2',
url: {
targetUrl: 'www.youtube.com/watch',
projectUrl: 'https://github.com/mogproject/yay-filter',
Expand Down

0 comments on commit f819df2

Please sign in to comment.