↺ Gist

  • /*
     * @title ↺ Gist
     * @description Turn back to gist from raw
     * @include https://raw.github.com/gist/*
     * @license MIT License http://nrm.mit-license.org/2012
     * @require 
     */
    
    (function () {
        var id = (/^https:\/\/raw\.github\.com\/gist\/(\d+)/.exec(location.href) || [])[1];
        if (!id) return;
        
        location.href = 'https://gist.github.com/' + id;
    })();
  • Permalink
    このページへの個別リンクです。
    RAW
    書かれたコードへの直接のリンクです。
    Packed
    文字列が圧縮された書かれたコードへのリンクです。
    Userscript
    Greasemonkey 等で利用する場合の .user.js へのリンクです。
    Loader
    @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
    Metadata
    コード中にコメントで @xxx と書かれたメタデータの JSON です。

History

  1. 2012/05/02 06:44:48 - 2012-05-02
  2. 2012/05/02 05:05:20 - 2012-05-02
  3. 2012/05/02 05:02:27 - 2012-05-02