Skip to content

KreutzerCode/hide-youtube-shorts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hide YouTube-Shorts

Extension's Mozilla Rating Extension's Mozilla users Extension's Chrome Web Store rating Extension's Chrome Web Store users Licence

Firefox add-on that hides YouTube-shorts videos from home page, subscriptions and search results. Also allows you to hide "Shorts" tab.

Features

  • Hiding Shorts tab
  • Hiding Shorts only selected pages (home/subscription/channel/search page)
  • Hiding shorts in notifications menu
  • Setting a timeout to not allow checking for shorts more often than a specified time (to reduce calling hiding shorts function to reduce page load) (off by default)
  • Adds a close button to a shelf with shorts located on subscription page (off by default)

Installation

Firefox

Install from Mozilla Add-ons webpage

or add the Add-on temporarily:

  1. Download the project
  2. Rename 'manifest-firefox.json' file to 'manifest.json'
  3. In Firefox browser go to the debugging page by typing in url about:debugging#/runtime/this-firefox
  4. Click on Load Temporary Add-on...
  5. Select a file (eg. 'manifest.json' file) inside of downloaded git project. Or you can ZIP contents of the project and select it instead.

Google Chrome

Install from Chrome web store webpage

or add the Add-on manually:

  1. Download the project
  2. Rename 'manifest-chrome.json' file to 'manifest.json'
  3. In Chrome browser go to the Extensions page (or type in url chrome://extensions/)
  4. Enable the Developer Mode
  5. Click the Load unpacked button
  6. Select the directory of downloaded git project.

License

GPL-3.0

About

Browser add-on that hides YouTube-shorts videos

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 79.4%
  • HTML 16.5%
  • CSS 4.1%