This Tampermonkey script removes YouTube shorts from search results, watch pages, and various feed pages. It includes a configuration menu accessible through the settings at https://www.youtube.com/account_playback, allowing users to customize where shorts should be removed.
YouTube Shorts Remover
Description
This userscript removes YouTube Shorts from various pages on the YouTube website, including search results, watch pages, subscription feeds, and more. It provides configurable options to control which pages Shorts are removed from.
Features
- Removes YouTube Shorts from the following pages:
- Disable YouTube Shorts pages.
- Configurable options to enable/disable Shorts removal on specific pages
- Disables scrolling on YouTube Shorts pages
- Logs removal activity to the browser console
Installation
- Install a Userscript Manager:
- Install the Script:
- Base Version: - Install the base (base.js) version if you want to edit the configuration directly in the script file. - Install the base (base.js) version of the script by clicking on the following link and then click on the "Install" button in the userscript manager prompt: - YouTube Shorts Remover Base Version
- Configure Options (Optional):
Configuration
The script provides the following configuration options:
c_removeFormStartPage: Removes Shorts from the YouTube start page.c_removeFormSubscriptionFeed: Removes Shorts from the subscription feed page.c_removeFormAllFeeds: Removes Shorts from all feed pages except the subscription feed.c_removeFormFollowUp: Removes Shorts from watch pages.c_removeFormChannel: Removes Shorts from channel pages.c_removeSidebar: Removes Shorts from the sidebar.c_removeFormSearch: Removes Shorts from search results.c_disableShortPage: Disables YouTube Shorts pages.c_disableShortPageScrolling: Disables scrolling on YouTube Shorts pages.
Configuration menu
Usage
- Once the script is installed and configured (if necessary), it will automatically remove YouTube Shorts from the specified pages whenever you visit them on the YouTube website.
License
This userscript is licensed under the MIT License.