Skip to content

Commit

Permalink
Update manifest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
adokseo committed Jul 30, 2020
1 parent adcb901 commit 14eca54
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifest.json
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "ImprovedTube",
"version": "3.38",
"version": "3.40",
"icons": {
"16": "assets/icons/16.png",
"32": "assets/icons/32.png",
Expand Down
13 changes: 12 additions & 1 deletion popup.css
Expand Up @@ -889,7 +889,18 @@ html[it-improvedtube-home='list'] .satus-main__container[data-appearance='home']




html[it-it-general='false'] .satus-folder--general,
html[it-it-appearance='false'] .satus-folder--appearance,
html[it-it-themes='false'] .satus-folder--themes,
html[it-it-player='false'] .satus-folder--player,
html[it-it-playlist='false'] .satus-folder--playlist,
html[it-it-channel='false'] .satus-folder--channel,
html[it-it-shortcuts='false'] .satus-folder--shortcut,
html[it-it-blacklist='false'] .satus-folder--blacklist,
html[it-it-analyzer='false'] .satus-folder--analyzer
{
display: none;
}

/*--------------------------------------------------------------
# APPEARANCE
Expand Down

0 comments on commit 14eca54

Please sign in to comment.