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 YouTube stop playlist autoplay | |
// @namespace http://gist.github.com/s4g6 | |
// @version 1.0 | |
// @match https://www.youtube.com/* | |
// @copyright MIT, Copyright (c) 2014 Sean Genabe <[email protected]> | |
// ==/UserScript== | |
// NB: This doesn't work right now. If anyone knows a fix, please contact me. |
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
global.drawDiv = function(x, y, color) { | |
var div = document.createElement('div') | |
document.body.appendChild(div) | |
div.style.position = 'absolute' | |
div.style.top = '0px' | |
div.style.left = '0px' | |
div.style.width = x + 'px' | |
div.style.height = y + 'px' | |
div.style.borderWidth = '2px' | |
div.style.borderStyle = 'solid' |
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 kasi-time enabler | |
// @namespace http://example.com/ | |
// @version 0.2 | |
// @description | |
// @match http://www.kasi-time.com/* | |
// @copyright 2012+, You | |
// @downloadUrl https://gist.github.com/seangenabe/cc7cd26c791d16d244d7/raw/kasi-time.user.js | |
// @updateUrl https://gist.github.com/seangenabe/cc7cd26c791d16d244d7/raw/kasi-time.user.js | |
// ==/UserScript== |
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
��* . a h k - t e x t | |