Skip to content

Commit

Permalink
YouTube JS Engine Tamer | Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cyfung1031 committed Feb 11, 2025
1 parent 9c73c7f commit 7503281
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 473972.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -3928,8 +3928,8 @@
// const byPassIs55 = new Set(['ytd-rich-grid-renderer', 'ytd-rich-item-renderer', 'ytd-rich-grid-media', 'ytd-rich-section-renderer', 'ytd-rich-shelf-renderer']); // some issues for the view model
// const byPassIs55 = new Set(['ytd-rich-grid-renderer', 'ytd-rich-shelf-renderer']);
const byPassIs55 = new Set([
'ytd-rich-grid-renderer', 'ytd-rich-shelf-renderer',
'yt-third-party-share-target-section-renderer'
'ytd-rich-grid-renderer', 'ytd-rich-shelf-renderer', // avoid disappearing of video/short entries
'ytd-unified-share-panel-renderer', 'yt-third-party-share-target-section-renderer' // avoid share-panel being non-central
]);
// const byPassB55 = new Set(['continuations']);
const byPassB55 = new Set([]);
Expand Down

0 comments on commit 7503281

Please sign in to comment.