gajetter's record

ガジェットを使ったライフハックを紹介します。

ソーシャルサービスのハブがTwitterからEvernoteへ

PS VitaのみんなといっしょとTwitterの連携に触発され、日頃利用しているソーシャルサービスを連携させてみたくなった。
考えた結果、とにかく何でもかんでもEvernoteにぶっ込む。やりたいことはライフログというやつ。

if (! document.URL.match("/archive")) { $(function() { $(".entry-thumb").each(function() { let img = $(this).css('background-image'); img = img.substring(5, img.length - 2); $(this).css('background-image', 'url(' + img.split('/').pop().replace('%3A', ':').replace(/%2F/g, '/') + ')'); }); }); }