Skip to content

Commit

Permalink
Merge branch 'release/1.0.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
yusukesaitoh committed Oct 24, 2020
2 parents 213662f + e00cba8 commit 36cf38a
Show file tree
Hide file tree
Showing 4 changed files with 546 additions and 156 deletions.
4 changes: 2 additions & 2 deletions 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.0.3",
"version": "1.0.4",
"manifest_version": 2,
"default_locale": "en",
"icons": {
Expand All @@ -24,7 +24,7 @@
"default_popup": "pages/popup.html"
},
"content_scripts": [{
"matches": ["https://twitter.com/*"],
"matches": ["https://twitter.com/*","https://mobile.twitter.com/*"],
"js": ["scripts/contentscript.js"],
"css": ["styles/contentscript.css"],
"run_at": "document_end"
Expand Down
8 changes: 4 additions & 4 deletions app/styles/contentscript.scss
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ body {
display: none !important;
}
}

div[data-testid="primaryColumn"] > div > div > div > div > div {
div[data-testid="primaryColumn"] > div > div > div > div > div,
div[data-testid="primaryColumn"] > div > div > div > div > div > div {
&
> div.css-1dbjc4n.r-dr54s0
> div.css-1dbjc4n.r-18u37iz.r-1w6e6rj
Expand Down Expand Up @@ -128,8 +128,8 @@ body {
display: none !important;
}
}

div[data-testid="primaryColumn"] > div > div > div > div > div {
div[data-testid="primaryColumn"] > div > div > div > div > div,
div[data-testid="primaryColumn"] > div > div > div > div > div > div {
&
> div.css-1dbjc4n.r-dr54s0
> div.css-1dbjc4n.r-18u37iz.r-1w6e6rj
Expand Down
Loading

0 comments on commit 36cf38a

Please sign in to comment.