Skip to content

Commit

Permalink
Merge branch 'release/1.1.6'
Browse files Browse the repository at this point in the history
  • Loading branch information
yusukesaitoh committed Mar 24, 2021
2 parents 4a25aec + bcbf1c9 commit afa45c0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.5",
"version": "1.1.6",
"manifest_version": 2,
"default_locale": "en",
"icons": {
Expand Down
6 changes: 3 additions & 3 deletions app/styles/contentscript.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
}
}
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.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",
Expand Down

0 comments on commit afa45c0

Please sign in to comment.