Skip to content

Instantly share code, notes, and snippets.

View ch33zer's full-sized avatar

ch33zer

View GitHub Profile
@ch33zer
ch33zer / chromecast.md
Last active July 6, 2016 06:48
Twitch Chromecast Bookmarklet

Twitch Chromecast Bookmarklet

Twitch chromecast support is broken in the default flash player and has been for a long time. Since twitch was bought by Amazon they probably don't won't fix it. However, the HTML5 chromecast support does still work. When you use this bookmarklet, the stream will pause and a new twitch tab will open up where Chromecast support works. Just go to that tab and click the chromecast button.

Installation

  • Option 1: If you trust this page, you can just drag this link to your bookmark bar: Twitch Chromecast
  • Option 2: Generate the link yourself. Run this code (the console works fine) and use the resulting link in a bookmarklet:
    var bookmarklet_js = "var channel_div = $("#broadcast-meta > div > div.channel > a.channel-name");
    

if (channel_div) {

@ch33zer
ch33zer / Instructions
Created August 30, 2013 16:54
Keep Isis Open
keepisisopen
============
This is a bookmarklet that will stop isis from prompting you to keep it open every 3 seconds!
Install
---------
Copy the following line to your clipboard