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 Filter Gmail to unread | |
// @namespace http://tampermonkey.net/ | |
// @version 1.1.1 | |
// @description Adds a button to Gmail to quickly toggle the unread filter on the current view. | |
// @author jackcarey | |
// @match https://mail.google.com/mail/* | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=google.com | |
// @grant none | |
// @run-at document-idle |
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 Playlist Cleanser | |
// @version 2.3.0 | |
// @description Removes watched videos from playlist either by %watched, date or all | |
// @author jackcarey / js6pak | |
// @match http*://*.youtube.com/* | |
// @match http*://youtube.com/* | |
// @run-at document-idle | |
// @homepageURL https://gist.github.com/jackcarey/ab8b23ebba87f3cf8d0ac4a2fa45eefc | |
// @downloadURL https://gist.github.com/jackcarey/ab8b23ebba87f3cf8d0ac4a2fa45eefc/raw/youtube-playlist-cleanser.user.js |