ホーム既読位置復帰

    @@ -1,6 +1,6 @@ /* * @title ホーム既読位置復帰 - * @description http://let.hatelabo.jp/furyu-tei/let/hJmdvI2y2Oohで予め保存しておいたTwitterのホームタイムライン(https://twitter.com/)の既読位置を復帰 + * @description 予めhttp://let.hatelabo.jp/furyu-tei/let/hJmdvI2y2Oohで保存しておいたTwitterのホームタイムライン(https://twitter.com/)の既読位置を復帰 * @include https://twitter.com/ * @license MIT License * @javascript_url
  • /*
     * @title ホーム既読位置復帰
     * @description 予めhttp://let.hatelabo.jp/furyu-tei/let/hJmdvI2y2Oohで保存しておいたTwitterのホームタイムライン(https://twitter.com/)の既読位置を復帰
     * @include https://twitter.com/
     * @license MIT License
     * @javascript_url
     * @private
     */
    
    (function(w,d,i){
    i=localStorage['tw_home_bookmark_id'];
    if(i)location.href='https://twitter.com/?max_id='+i;
    })(window,document);
    
  • Permalink
    このページへの個別リンクです。
    RAW
    書かれたコードへの直接のリンクです。
    Packed
    文字列が圧縮された書かれたコードへのリンクです。
    Userscript
    Greasemonkey 等で利用する場合の .user.js へのリンクです。
    Loader
    @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
    Metadata
    コード中にコメントで @xxx と書かれたメタデータの JSON です。

History

  1. 2014/05/09 21:09:39 - 2014-05-09
  2. 2014/05/09 21:09:31 - 2014-05-09
  3. 2014/05/09 21:05:48 - 2014-05-09
  4. 2014/05/09 21:05:02 - 2014-05-09
  5. 2014/05/09 20:56:52 - 2014-05-09