From 90e6a1ae8f08c1c2204491898bc535b51a8a1b31 Mon Sep 17 00:00:00 2001 From: yusukesaitoh Date: Thu, 25 Mar 2021 05:04:17 +0900 Subject: [PATCH 1/2] =?UTF-8?q?=E3=83=88=E3=83=94=E3=83=83=E3=82=AF?= =?UTF-8?q?=E7=94=BB=E9=9D=A2=E3=81=A7=E3=83=88=E3=83=94=E3=83=83=E3=82=AF?= =?UTF-8?q?=E3=81=8C=E9=9A=A0=E3=82=8C=E3=82=8B=E4=B8=8D=E5=85=B7=E5=90=88?= =?UTF-8?q?=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/styles/contentscript.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/styles/contentscript.scss b/app/styles/contentscript.scss index 4ee67f8..5a09dc0 100644 --- a/app/styles/contentscript.scss +++ b/app/styles/contentscript.scss @@ -132,10 +132,10 @@ body { a[href*="/i/topics/picker/home"] { display: none; } - } - div[data-testid=primaryColumn] section[aria-labelledby^=accessible-list-]>div[aria-label$=Carousel] { - display: none; + section[aria-labelledby^=accessible-list-]>div[aria-label$=Carousel] { + display: none; + } } } } From bcbf1c9cb9a13137668b02bba500c5bb8bc7d525 Mon Sep 17 00:00:00 2001 From: yusukesaitoh Date: Thu, 25 Mar 2021 05:05:02 +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 bfe9d49..a910825 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.1.5", + "version": "1.1.6", "manifest_version": 2, "default_locale": "en", "icons": { diff --git a/package.json b/package.json index 896577f..7265b5c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "calm-twitter", "private": true, - "version": "1.1.5", + "version": "1.1.6", "description": "This extension hides trending information from twitter timelines to make your mind calm.", "scripts": { "start": "npm run dev:chrome",