Skip to content

Instantly share code, notes, and snippets.

// ==UserScript==
// @name Youtube highlight views
// @namespace highlightyoutubeviews
// @version 0.5
// @description Highlight video views by color green to red
// @author Ymze
// @match https://www.youtube.com/*
// ==/UserScript==
(function() {
// ==UserScript==
// @name Youtube load all comments
// @namespace loadallyoutubecomments
// @version 0.2
// @description Adds a button for loading all comments
// @match https://www.youtube.com/*
// @copyright 2017+, Ymze
// ==/UserScript==
function setup() {
// ==UserScript==
// @name Youtube hide watched videos
// @namespace hidewatchedyoutubevideos
// @version 0.7
// @description Adds a button for hiding watched videos in subscription list
// @match https://www.youtube.com/*
// @copyright 2015+, Ymze
// ==/UserScript==
function setup() {
@qwerdy
qwerdy / diskusjonScroll.user.js
Last active August 29, 2015 14:19
Userscript: Diskusjon.no infinite scroll
// ==UserScript==
// @name Diskusjon.no infinite scroll
// @namespace diskusjonScroll
// @version 0.2
// @description infinite scroll on topics
// @match http://www.diskusjon.no/index.php?showtopic=*
// @copyright 2012+, Ymze
// @grant GM_xmlhttpRequest
// ==/UserScript==