Skip to content

Commit

Permalink
Merge branch 'release/1.1.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
yusukesaitoh committed Nov 23, 2020
2 parents 644da33 + 98872de commit 1e72b24
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 16 deletions.
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.1.2",
"version": "1.1.3",
"manifest_version": 2,
"default_locale": "en",
"icons": {
Expand Down
31 changes: 17 additions & 14 deletions app/styles/contentscript.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ body {
section[aria-labelledby^="accessible-list-"] {
display: none !important;
}
> div:first-child.r-1ihkh82,
> div:first-child.r-1uaug3w,
> div:first-child.r-1ysxnx4 {
display: none !important;
}
}
}

Expand Down Expand Up @@ -85,34 +90,33 @@ body {
display: none !important;
}
}
div[data-testid="primaryColumn"] > div > div > div > div > div,
div[data-testid="primaryColumn"] > div > div > div > div > div > div {
div[data-testid="primaryColumn"] > div > div > div > div > div {
&
> div.css-1dbjc4n.r-dr54s0
div.css-1dbjc4n.r-dr54s0
> div.css-1dbjc4n.r-18u37iz.r-1w6e6rj
> div:first-child
> a
> span:first-child,
&
> div.css-1dbjc4n.r-1cad53l
div.css-1dbjc4n.r-1cad53l
> div.css-1dbjc4n.r-18u37iz.r-1w6e6rj
> div:first-child
> a
> span:first-child,
&
> div.css-1dbjc4n.r-ku1wi2
div.css-1dbjc4n.r-ku1wi2
> div.css-1dbjc4n.r-18u37iz.r-1w6e6rj
> div:first-child
> a
> span:first-child,
&
> div.css-1dbjc4n.r-1ifxtd0
div.css-1dbjc4n.r-1ifxtd0
> div.css-1dbjc4n.r-18u37iz.r-1w6e6rj
> div:first-child
> a
> span:first-child,
&
> div.css-1dbjc4n.r-le4sbl
div.css-1dbjc4n.r-le4sbl
> div.css-1dbjc4n.r-18u37iz.r-1w6e6rj
> div:first-child
> a
Expand All @@ -130,34 +134,33 @@ body {
display: none !important;
}
}
div[data-testid="primaryColumn"] > div > div > div > div > div,
div[data-testid="primaryColumn"] > div > div > div > div > div > div {
div[data-testid="primaryColumn"] > div > div > div > div > div {
&
> div.css-1dbjc4n.r-dr54s0
div.css-1dbjc4n.r-dr54s0
> div.css-1dbjc4n.r-18u37iz.r-1w6e6rj
> div:last-child
> a
> span:first-child,
&
> div.css-1dbjc4n.r-1cad53l
div.css-1dbjc4n.r-1cad53l
> div.css-1dbjc4n.r-18u37iz.r-1w6e6rj
> div:last-child
> a
> span:first-child,
&
> div.css-1dbjc4n.r-ku1wi2
div.css-1dbjc4n.r-ku1wi2
> div.css-1dbjc4n.r-18u37iz.r-1w6e6rj
> div:last-child
> a
> span:first-child,
&
> div.css-1dbjc4n.r-1ifxtd0
div.css-1dbjc4n.r-1ifxtd0
> div.css-1dbjc4n.r-18u37iz.r-1w6e6rj
> div:last-child
> a
> span:first-child,
&
> div.css-1dbjc4n.r-le4sbl
div.css-1dbjc4n.r-le4sbl
> div.css-1dbjc4n.r-18u37iz.r-1w6e6rj
> div:last-child
> a
Expand Down
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.1.2",
"version": "1.1.3",
"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 1e72b24

Please sign in to comment.