Skip to content

Commit

Permalink
fix comments bug (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
rahgurung authored Jan 2, 2022
1 parent e54afae commit 5f21639
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/features/hide-suggestions.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default async function () {
// simple video recommendations

// Hide them
$('ytd-continuation-item-renderer.style-scope.ytd-item-section-renderer').hide();
$('ytd-watch-next-secondary-results-renderer ytd-continuation-item-renderer.style-scope.ytd-item-section-renderer').hide();
$('ytd-compact-video-renderer.style-scope.ytd-item-section-renderer').hide();
$('ytd-compact-movie-renderer.style-scope.ytd-item-section-renderer').hide();
$('yt-related-chip-cloud-renderer.style-scope.ytd-watch-next-secondary-results-renderer').hide();
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "YourTube",
"version": "0.1.0",
"version": "0.2.0",
"description": "Youtube should be productive",
"homepage_url": "https://github.com/gurrrung/YourTube.git",
"manifest_version": 2,
Expand Down

0 comments on commit 5f21639

Please sign in to comment.