javascript: void(function() { if (location.href.match(/^http[s]?:\/\/www\.ipla\.tv\//)) { var link = window.location.href; var x=link.split("/"); var idn = x[x.length-1]; document.location.href = 'http://getmedia.redefine.pl/vods/get_vod/?cpid=1&ua=mipla_ios/122&media_id=' + idn; } if (location.href.match(/^http[s]?:\/\/getmedia\.redefine\.pl\//)) { var req = new XMLHttpRequest(); req.responseType = 'json'; req.open('GET', window.location.href, true); req.onload = function() { var j = req.response; document.location.href = j.vod.copies[j.vod.copies.length-1].url; }; req.send(null); } })()