The YouTube Notification Count Remover is a user script that removes the notification count from the title bar on YouTube, resulting in improved visibility of video titles.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ansi | |
GREEN='\033[0;32m' | |
RED='\033[0;31m' | |
RESET='\033[0m' | |
# exit if paru or yay is installed | |
if command -v paru &>/dev/null; then | |
echo -e "${GREEN}paru${RESET} is already installed." | |
exit | |
elif command -v yay &>/dev/null; then |
The YouTube Premium Logo userscript replaces the YouTube logo with the YouTube Premium logo.
idk why you need this, but using an adblocker[^1] + this script, will give the appearance that you have YouTube Premium.
Note
This userscript just replaces the youtube logo you see on the navbar and
inside the collapsible menu. This will NOT grant you premium feature.