Skip to content

Commit

Permalink
Merge branch 'release/1.4.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
yusukesaitoh committed Dec 28, 2022
2 parents a0023be + af077e1 commit 02b7bc6
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/_locales/ja/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"message": "ツイートへのリプライ数、リツイート数、いいね数を隠す"
},
"titleIsViewCountHidden": {
"message": "ツイートの表示数を隠す"
"message": "ツイートの表示回数を隠す"
},
"titleShowCalmText": {
"message": "ロゴの隣に「おだやか」を表示する"
Expand Down
2 changes: 1 addition & 1 deletion app/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "__MSG_appName__",
"short_name": "__MSG_appShortName__",
"description": "__MSG_appDescription__",
"version": "1.4.0",
"version": "1.4.1",
"manifest_version": 3,
"default_locale": "en",
"icons": {
Expand Down
9 changes: 7 additions & 2 deletions app/styles/contentscript.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,14 @@ body {
}

&.isViewCountHidden {
div[data-testid="primaryColumn"] article {
a[href$="/analytics"] span[data-testid="app-text-transition-container"] {
article[data-testid="tweet"] {
a[href$="/analytics"] {
.r-1tl8opc {
display: none;
}
span[data-testid="app-text-transition-container"] {
display: none;
}
}
}
}
Expand Down
Binary file modified design/Screenshot_02_ja.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified design/calm-twitter_design.sketch
Binary file not shown.
Binary file modified design/promotion_markey.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "calm-twitter",
"private": true,
"version": "1.4.0",
"version": "1.4.1",
"description": "This extension hides trending information from twitter timelines to make your mind calm.",
"scripts": {
"start": "npm run dev:chrome",
Expand Down

0 comments on commit 02b7bc6

Please sign in to comment.