Skip to content

Commit ef9c09c

Browse files
committed
[bugfix] #53 - Hiding new extendable shelf for shorts on Search Page;
boost to version 1.8.4
1 parent 7c9a73e commit ef9c09c

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

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.3",
3+
"version": "1.8.4",
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.3",
3+
"version": "1.8.4",
44

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

src/main.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ const REST_SHORTS_CONTAINERS_TAG = isMobile ? [
4545
].join(",") : [
4646
// shelf containing multiple shorts on Search page
4747
["ytd-reel-shelf-renderer"],
48+
// extendable shelf with shorts on Search page
49+
["grid-shelf-view-model"],
4850
// shelf containing multiple shorts on Home page
4951
["ytd-rich-shelf-renderer"],
5052
// container of videos on home/subscription page (so far only for shorts)

0 commit comments

Comments
 (0)