This file contains hidden or 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 Disable YT Autoplay | |
// @namespace [email protected] | |
// | |
// @description No more autoplay, that's it | |
// | |
// @date 2015-03-15 | |
// @version 1 | |
// @grant none | |
// @updateURL https://gist.github.com/VioletRed/d3678cdc700cd4d62fec/raw/no_yt_autoplay.user.js |
This file contains hidden or 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 Play on Kodi/XBMC | |
// @namespace [email protected] | |
// | |
// @description Resolve and play media on Kodi/XBMC | |
// @description Use with AnyURL plugin from: | |
// @description https://github.com/VioletRed/script.anyurl.player | |
// | |
// @date 2015-01-04 | |
// @version 17 |