Skip to content

Instantly share code, notes, and snippets.

View koenieee's full-sized avatar

koenieee koenieee

  • 04:21 (UTC +02:00)
View GitHub Profile
// ==UserScript==
// @name Fosdem Chromecastplayer
// @version 1.0
// @description Adds link to cast to Chromecast using Chromecast.link
// @match live.fosdem.org/watch*
// @copyright 2021, Olaf
// ==/UserScript==
function _x(STR_XPATH) {
var xresult = document.evaluate(STR_XPATH, document, null, XPathResult.ANY_TYPE, null);