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