From a78fa3c7bc6093859f7503b233ea0bee96c5a8c8 Mon Sep 17 00:00:00 2001 From: Yusuke Saitoh Date: Sat, 14 Jan 2023 03:05:35 +0900 Subject: [PATCH 1/2] =?UTF-8?q?=E8=A9=B3=E7=B4=B0=E7=94=BB=E9=9D=A2?= =?UTF-8?q?=E3=81=A7=E3=81=AE=E8=A1=A8=E7=A4=BA=E5=9B=9E=E6=95=B0=E3=82=92?= =?UTF-8?q?=E9=9D=9E=E8=A1=A8=E7=A4=BA=E3=81=AB=E3=81=99=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/styles/contentscript.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/styles/contentscript.scss b/app/styles/contentscript.scss index 523eee1..04c67ad 100644 --- a/app/styles/contentscript.scss +++ b/app/styles/contentscript.scss @@ -43,6 +43,9 @@ body { &.isViewCountHidden { article[data-testid="tweet"] { + div.r-1wtj0ep a[href*="/status/"] + span + span span[data-testid="app-text-transition-container"] { + display: none; + } a[href$="/analytics"] { .r-1tl8opc { display: none; From 72fb61a2dea32f5b907167a7253b334e09429691 Mon Sep 17 00:00:00 2001 From: Yusuke Saitoh Date: Sat, 14 Jan 2023 03:06:30 +0900 Subject: [PATCH 2/2] =?UTF-8?q?=E3=83=90=E3=83=BC=E3=82=B8=E3=83=A7?= =?UTF-8?q?=E3=83=B3=E3=82=92=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/manifest.json b/app/manifest.json index 9fd4d0c..9714716 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -2,7 +2,7 @@ "name": "__MSG_appName__", "short_name": "__MSG_appShortName__", "description": "__MSG_appDescription__", - "version": "1.4.1", + "version": "1.4.2", "manifest_version": 3, "default_locale": "en", "icons": { diff --git a/package.json b/package.json index ba4d0fd..03a1121 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "calm-twitter", "private": true, - "version": "1.4.1", + "version": "1.4.2", "description": "This extension hides trending information from twitter timelines to make your mind calm.", "scripts": { "start": "npm run dev:chrome",