I hereby claim:
- I am samfundev on github.
- I am samfundev (https://keybase.io/samfundev) on keybase.
- I have a public key ASBiEO-dTKh6yuB2CPtswz4Y4x1IsyaJTCJ8t1BiKLDxgQo
To claim this, I am signing this object:
/** | |
* @name ChannelTabs | |
* @displayName ChannelTabs | |
* @source https://gist.github.com/samfundev/9f8ef7ad688630ea69bf5052c1415d54 | |
* @updateUrl https://gist.githubusercontent.com/samfundev/9f8ef7ad688630ea69bf5052c1415d54/raw | |
* @donate https://paypal.me/samfun123 | |
* @authorId 76052829285916672 | |
*/ | |
/*@cc_on | |
@if (@_jscript) |
I hereby claim:
To claim this, I am signing this object:
This is a SCRIPT-8 cassette.
This is a SCRIPT-8 cassette.
// ==UserScript== | |
// @name BetterTTV | |
// @namespace https://nightdev.com/betterttv/ | |
// @version 0.1 | |
// @description BetterTTV enhances Twitch with new features, emotes, and more. We like to think we make Twitch better. | |
// @author night | |
// @match *://*.twitch.tv/* | |
// @exclude *://*.twitch.tv/*.html | |
// @exclude *://*.twitch.tv/*.html?* | |
// @exclude *://*.twitch.tv/*.htm |
//META{"name":"unshortenLinks"}*// | |
var unshortenLinks = function () {}; | |
// To limit API calls I added a whitelist. | |
var whitelist = true; | |
var domains = [ | |
"goo.gl", | |
"bit.ly", | |
"adf.ly", |
//META{"name":"directMedia"}*// | |
var directMedia = function () {}; | |
directMedia.prototype.checklinks = function() { | |
$(".message").each(function() { | |
var message = $(this) | |
message.find($("a")).each(function() { | |
var link = $(this); |