G2P

  • /*
     * @title G2P
     * @description Google+ to Picasa / Google+のプロフィールからPicasaに移動します
     * @include https://plus.google.com/*
     * @license MIT License
     * @require 
     */
    
    var src=location.href;
    var i;
    if (i=src.match('[0-9][0-9]+')) {
      location.href = 'https://picasaweb.google.com/'+i;
    };
    
    
  • Permalink
    このページへの個別リンクです。
    RAW
    書かれたコードへの直接のリンクです。
    Packed
    文字列が圧縮された書かれたコードへのリンクです。
    Userscript
    Greasemonkey 等で利用する場合の .user.js へのリンクです。
    Loader
    @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
    Metadata
    コード中にコメントで @xxx と書かれたメタデータの JSON です。

History

  1. 2011/07/21 23:28:45 - 2011-07-21
  2. 2011/07/21 23:27:37 - 2011-07-21
  3. 2011/07/21 23:19:11 - 2011-07-21