summaryrefslogtreecommitdiff
path: root/examples/watchonvdr_bookmarklet.js
blob: dc4961d9783e3f6b2148395a220ef461ce1d3971 (plain)
1
javascript:(function(){ var vdrserver='127.0.0.1:43280'; var xmlhttp=new XMLHttpRequest(); xmlhttp.open("GET", "http://" + vdrserver + "/play?url=" + encodeURIComponent(location.href), true); xmlhttp.send(null); })();