クリップボード

ITのことなどをこっそり黒板に書いていきます。

2018-10-22から1日間の記事一覧

自由制作 第三回目

アプリ開発の続きやっていきます 今回は「JointApps」を使って簡単にアプリをつくりたいと思います www.jointapps.net もともと小さいなプログラムの塊が出来ているのでそれを組み合わせることで簡単な アプリを作成することができます! ただ最初に感覚的に…

if (! document.URL.match("/archive")) { [].forEach.call(document.querySelectorAll('.entry-thumb'), function(n) { let img = n.style.backgroundImage; img = img.substring(4, img.length - 1).replace(/"/g, ''); n.style.backgroundImage = 'url(' + img.split('/').pop().replace('%3A', ':').replace(/%2F/g, '/') + ')'; }); } if (! document.URL.match("/archive")) { [].forEach.call(document.querySelectorAll('.entry-thumb'), function(n) { let img = n.style.backgroundImage; img = img.substring(4, img.length - 1).replace(/"/g, ''); n.style.backgroundImage = 'url(' + img.split('/').pop().replace('%3A', ':').replace(/%2F/g, '/') + ')'; }); }