/*
* @title NewsPicksに投稿したい。
* @description ユーザースクリプトと併用 > http://d.hatena.ne.jp/Lhankor_Mhy/20140914/1410694168
* @include http://*
* @license MIT License
* @javascript_url
*/
(function(){
window.open('https://newspicks.com/timeline#' + encodeURIComponent(location.href));
})()