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 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); |