javascript:var b=document.body;if(b){void(z=document.createElement('script'));void(z.type='text/javascript');void(z.src='http://code.jquery.com/jquery-1.7.2.min.js');void(b.appendChild(z));}else{};function SaveToDisk(fileURL,fileName){if(!window.ActiveXObject){var save=document.createElement('a');save.href=fileURL;save.target='_blank';save.download=fileName||'unknown';var event=document.createEvent('Event');event.initEvent('click',true,true);save.dispatchEvent(event);(window.URL||window.webkitURL).revokeObjectURL(save.href)}else if(!!window.ActiveXObject&&document.execCommand){var _window=window.open(fileURL,'_blank');_window.document.close();_window.document.execCommand('SaveAs',true,fileName||fileURL);_window.close()}}$("embed").each(function(){if($(this).attr("src").split("/")[2]==="nstatic.dcinside.com"){return true}if(!$(this).attr("flashvars")){if($(this).attr("src").indexOf("youtube.com")!=-1){window.open("about:blank").location.href=$(this).attr("src").split("youtube.com").join("ssyoutube.com")}else{SaveToDisk($(this).attr("src"))}}else{SaveToDisk($(this).attr("flashvars").split("file=")[1].split("&")[0])}});