Skip to content

Instantly share code, notes, and snippets.

@harry-private
harry-private / getYoutubeChannelName.js
Created December 8, 2022 07:19
Simple user script for getting channel name
// ==UserScript==
// @name 2 Open youtube channels on Social Blade
// @namespace Violentmonkey Scripts
// @match https://*.youtube.com/*
// @grant none
// @version 1.0
// @author -
// @description This script will open the Youtube channel in the Social Balde
// ==/UserScript==