Skip to content

Commit

Permalink
feat: hide twitch login popup
Browse files Browse the repository at this point in the history
  • Loading branch information
ewsgit committed Jan 21, 2023
1 parent 1944a80 commit a14be72
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@
{
"matches": ["https://*.sharepoint.com/*"],
"css": ["./sharepoint.com/all.css"]
},
{
"matches": ["https://*.twitch.tv/*"],
"css": ["./twitch.tv/all.css"]
}
],
"background": {
Expand Down
3 changes: 3 additions & 0 deletions twitch.tv/all.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#twilight-sticky-footer-root {
display: none;
}

0 comments on commit a14be72

Please sign in to comment.