go2back tumblr

    @@ -6,9 +6,6 @@ * @require */ -(function(){ - var id=Number(window.location.pathname.match(/\d+/)[0]); - url='http://www.tumblr.com/show/everything/by/everyone/999?offset='+(id+1); - window.open(url); -} -)(); +var id=Number(window.location.pathname.match(/\d+/)[0]); +url='http://www.tumblr.com/show/everything/by/everyone/999?offset=' + (id + 1); +window.open(url);
  • /*
     * @title go2back tumblr
     * @description tumblr の個別 post ページからその post のある dashboard ページを開きます
     * @include http://*
     * @license MIT License
     * @require 
     */
    
    var id=Number(window.location.pathname.match(/\d+/)[0]);
    url='http://www.tumblr.com/show/everything/by/everyone/999?offset=' + (id + 1);
    window.open(url);
    
  • Permalink
    このページへの個別リンクです。
    RAW
    書かれたコードへの直接のリンクです。
    Packed
    文字列が圧縮された書かれたコードへのリンクです。
    Userscript
    Greasemonkey 等で利用する場合の .user.js へのリンクです。
    Loader
    @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
    Metadata
    コード中にコメントで @xxx と書かれたメタデータの JSON です。

History

  1. 2015/01/16 18:33:55 - 2015-01-16
  2. 2014/12/07 00:47:55 - 2014-12-07
  3. 2014/11/23 18:22:37 - 2014-11-23
  4. 2014/11/12 10:18:13 - 2014-11-12
  5. 2014/11/11 18:11:39 - 2014-11-11
  6. 2013/09/09 09:32:33 - 2013-09-09
  7. 2013/08/30 17:15:24 - 2013-08-30
  8. 2013/08/30 17:14:22 - 2013-08-30
  9. 2013/03/12 17:28:03 - 2013-03-12
  10. 2013/03/12 17:26:43 - 2013-03-12
  11. 2013/03/12 17:24:24 - 2013-03-12
  12. 2012/09/27 17:55:56 - 2012-09-27
  13. 2010/05/27 13:12:04 - 2010-05-27
  14. 2010/05/16 00:50:12 - 2010-05-16
  15. 2010/05/16 00:24:46 - 2010-05-16