Skip to content

Commit

Permalink
Merge branch 'release/1.4.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
yusukesaitoh committed Jan 13, 2023
2 parents 02b7bc6 + 72fb61a commit 7d33620
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 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.4.1",
"version": "1.4.2",
"manifest_version": 3,
"default_locale": "en",
"icons": {
Expand Down
3 changes: 3 additions & 0 deletions app/styles/contentscript.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
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.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",
Expand Down

0 comments on commit 7d33620

Please sign in to comment.