【長年日記】いま見ているはてなブログの、去年の今日の記事を全文表示する

    @@ -6,5 +6,4 @@ * @require */ -javascript:(function(){if(location.href.match(/^(https?:\/\/[^\/]+\/).*/))var date=new Date();var yy=String(date.getFullYear() - 1);var mm="0" + String(date.getMonth() + 1);var dd="0" + String(date.getDate());var mm=(mm.substr(mm.length - 2 , 2));var dd=(dd.substr(dd.length - 2 , 2));location.href=RegExp.$1+"entries/"+yy+"/"+mm+"/"+dd;})(); - +javascript:(function(){if(location.href.match(/^(https?:\/\/[^\/]+\/).*/))var date=new Date();var yy=String(date.getFullYear() - 1);var mm="0" + String(date.getMonth() + 1);var dd="0" + String(date.getDate());var mm=(mm.substr(mm.length - 2 , 2));var dd=(dd.substr(dd.length - 2 , 2));location.href=RegExp.$1+"entries/"+yy+"/"+mm+"/"+dd;})();
  • /*
     * @title 【長年日記】いま見ているはてなブログの、去年の今日の記事を全文表示する
     * @description 今日の長年日記をさかのぼって読みたい人向け。はてなブログ(独自ドメイン可)を見ている状態で実行すると、去年の今日の記事をまとめて表示します。任意の年の今日の記事を表示したい場合はhttp://let.hatelabo.jp/Imamura/let/hLHXgamKze9pをご利用ください。
     * @include http://*
     * @license MIT License
     * @require
     */
    
    javascript:(function(){if(location.href.match(/^(https?:\/\/[^\/]+\/).*/))var date=new Date();var yy=String(date.getFullYear() - 1);var mm="0" + String(date.getMonth() + 1);var dd="0" + String(date.getDate());var mm=(mm.substr(mm.length - 2 , 2));var dd=(dd.substr(dd.length - 2 , 2));location.href=RegExp.$1+"entries/"+yy+"/"+mm+"/"+dd;})();
  • Permalink
    このページへの個別リンクです。
    RAW
    書かれたコードへの直接のリンクです。
    Packed
    文字列が圧縮された書かれたコードへのリンクです。
    Userscript
    Greasemonkey 等で利用する場合の .user.js へのリンクです。
    Loader
    @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
    Metadata
    コード中にコメントで @xxx と書かれたメタデータの JSON です。

History

  1. 2019/07/19 23:38:27 - 2019-07-19
  2. 2019/07/19 23:28:34 - 2019-07-19
  3. 2019/07/19 23:27:46 - 2019-07-19