P2G

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

History

  1. 2011/07/21 23:26:14 - 2011-07-21