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
music.youtube.com##ytmusic-pivot-bar-item-renderer.ytmusic-pivot-bar-renderer.style-scope:nth-of-type(2) | |
music.youtube.com##ytmusic-pivot-bar-item-renderer.ytmusic-pivot-bar-renderer.style-scope:nth-of-type(1) | |
music.youtube.com##ytmusic-pivot-bar-item-renderer.ytmusic-pivot-bar-renderer.style-scope:nth-of-type(4) |
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
// ==UserScript== | |
// @name ZorinOS Start Page DuckDuckGo | |
// @namespace http://start.zorin.com/ | |
// @version 1.3 | |
// @homepage https://gist.github.com/JeremyStarTM/709326eb5bc01d82e2f52e7257aa94a0 | |
// @description Replaces the Google search engine on start.zorin.com with the DuckDuckGo search engine. | |
// @author JeremyStarTM | |
// @match http*://start.zorin.com/ | |
// @icon http://duckduckgo.com/favicon.ico | |
// @grant none |
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
// ==UserScript== | |
// @name YouTube Music Library | |
// @namespace http*://music.youtube.com | |
// @version 1.1 | |
// @homepage https://gist.github.com/JeremyStarTM/9ee7d5ba16fce8096ba28e88930eeeff | |
// @description When visiting music.youtube.com, it redirects to the library. | |
// @author JeremyStarTM | |
// @match http*://music.youtube.com/ | |
// @icon https://www.google.com/s2/favicons?domain=youtube.com | |
// @run-at document-start |