Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

YouTube Subscription Video Hider

A Tampermonkey userscript that lets you quickly hide videos from your YouTube subscriptions feed while optionally opening them in a background tab.

Features

  • Left-click on a video thumbnail: Opens the video in a background tab and automatically hides it from your feed using YouTube's native "Hide" function.
  • Right-click on a video thumbnail: Hides the video from your feed without opening it.
  • Works on both static thumbnails and floating video preview overlays.
  • Shows a progress bar on the undo dialog — you have 5 seconds to click "Undo" before the video card is removed from the page.
  • Uses YouTube's own hide/dismiss mechanism, so hidden videos are remembered by YouTube across sessions.

Installation

  1. Install Tampermonkey in your browser.
  2. Click on the userscript file hide-youtube-video.user.js or create a new script in Tampermonkey and paste the contents.
  3. Navigate to your YouTube Subscriptions page.

Usage

Action Thumbnail behavior
Left-click Opens video in background tab + hides from feed
Right-click Hides from feed only

After hiding, an undo dialog with a countdown bar appears. Click "Undo" within 5 seconds to restore the video.

Requirements

  • Tampermonkey (or a compatible userscript manager that supports GM_openInTab)
  • Works on: https://www.youtube.com/feed/subscriptions*

Permissions

  • GM_openInTab — Used to open videos in a background tab without stealing focus.

License

MIT

About

Tampermonkey userscript: Left-click opens video in background tab + hides. Right-click hides only.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages