Skip to content

Commit e3c1667

Browse files
committed
[bugfix] 59 - hiding new node elements of videos. Fixing hding LIVE and UPCOMING videos
1 parent bc5e6d4 commit e3c1667

13 files changed

+6567
-12
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
*.zip
22
manifest.json
3-
.vscode/
3+
.vscode/
4+
node_modules/

manifest-chrome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"manifest_version": 3,
3-
"version": "1.8.5",
3+
"version": "1.8.6",
44

55
"name": "__MSG_extensionName__",
66
"description": "__MSG_extensionDescription__",

manifest-firefox.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"manifest_version": 2,
3-
"version": "1.8.5",
3+
"version": "1.8.6",
44

55
"name": "__MSG_extensionName__",
66
"description": "__MSG_extensionDescription__",

0 commit comments

Comments
 (0)