Skip to content

Commit

Permalink
Merge branch 'release/1.1.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
yusukesaitoh committed Nov 23, 2020
2 parents 1dcf526 + 3adf57f commit 644da33
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 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.1",
"version": "1.1.2",
"manifest_version": 2,
"default_locale": "en",
"icons": {
Expand Down
15 changes: 10 additions & 5 deletions app/styles/contentscript.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,16 @@ body {
> div
> div
> div
> div.css-1dbjc4n
> div:not(:first-child):not(:last-child):not(.r-1tlfku8):not(.r-18bvks7):not(.r-1kqtdi0) {
&:not(.r-195d4m8):not(.r-ahm1il):not(.r-1h3ijdo):not(.r-1mwlp6a):not(.r-1ninfw3) {
display: none !important;
}
> div.css-1dbjc4n {
> div:not(:first-child):not(:last-child):not(:nth-child(3)):not(.r-ahm1il) {
display: none !important;
}
> div:nth-child(3):not(.r-14lw9ot):not(.r-yfoy6g):not(.r-kemksi) {
display: none !important;
}
section[aria-labelledby^="accessible-list-"] {
display: none !important;
}
}
}

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.1",
"version": "1.1.2",
"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 644da33

Please sign in to comment.