Skip to content

Commit

Permalink
Ver. 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tanjoin committed Dec 15, 2020
1 parent c6635c9 commit 7f119a3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ Twitter がやたらおすすめ(「いまどうしてる?」)してくる
Twitterが優遇するクソメディアはどんどん非表示にする予定。

## CHANGELOG
### Ver. 0.0.4
- 余計なログ表示をやめた
### Ver. 0.0.3
- 適用頻度を減らした
### Ver. 0.0.2
Expand Down
1 change: 0 additions & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ const observer = new MutationObserver((mutations) => {
if (muteCounter % 3 !== 0) {
return;
}
console.debug(`mute = ${muteCounter}`);
try {
[...document.querySelectorAll('div[aria-label="タイムライン: トレンド"] > div > div')]
.filter((e) => e.innerText.includes('BuzzFeed') || e.innerText.includes('ハフポスト'))
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "twitter-mute-buzzfuff",
"version": "0.0.3",
"version": "0.0.4",
"description": "鬱陶しいメディアを目に入らなくする",
"icons": {
"128": "img/128.png",
Expand Down

0 comments on commit 7f119a3

Please sign in to comment.