58
名前名無し 2020年06月16日 03:30:48
ID:f76b6d >
(function() {
document.querySelector('.controll .close').addEventListener('click', function () {
window.close();
});
var illustViewBig = document.querySelector('.illust_view_big');
var img = new Image();
img.onerror = function() {
location.href = illustViewBig.getAttribute('data-watch_url');
};
img.src = illustViewBig.getAttribute('data-src');
illustViewBig.appendChild(img);
})();
</body>
</html>をダウンロードしてます。
無効な URI: ホスト名を解析できませんでした。
どの画像でも落とす際上のようなメッセージが出て落とせません 親記事:ニコニコ静画ダウンローダ