gist raw perm HEAD
by
noromanba
2012-04-27 [2012/04/27 03:35:58]
Gistに名前付きハッシュ無しの最新リンクを表示する。Gistのuser.jsインストール時に便利。Greasemonkey版 https://userscripts.org/scripts/show/130781
@@ -3,15 +3,9 @@
* @description Gistに名前付きハッシュ無しの最新リンクを表示する。Gistのuser.jsインストール時に便利。Greasemonkey版 https://userscripts.org/scripts/show/130781
* @include https://*gist.github.com/*
* @license MIT License http://nrm.mit-license.org/2012
- * @require https://raw.github.com/gist/2370972
+ * @require https://raw.github.com/gist/2370972/gist-raw-perm-HEAD.user.js
*/
// [Detail]
// https://gist.github.com/2370972/
// https://userscripts.org/scripts/show/130781
-
-// [Shrink Model]
-// access 'raw' on Gist: HTTP 302 => HTTP 200
-// https://gist.github.com/raw/1862384/be767303bba9da3ae8bace3542e663f3542e3450/veedama-HatenaStar-AutoSupplement.user.js
-// https://raw.github.com/gist/1862384/be767303bba9da3ae8bace3542e663f3542e3450/veedama-HatenaStar-AutoSupplement.user.js
-// use this, shrink and named -> https://raw.github.com/gist/1862384/veedama-HatenaStar-AutoSupplement.user.js
/*
* @title gist raw perm HEAD
* @description Gistに名前付きハッシュ無しの最新リンクを表示する。Gistのuser.jsインストール時に便利。Greasemonkey版 https://userscripts.org/scripts/show/130781
* @include https://*gist.github.com/*
* @license MIT License http://nrm.mit-license.org/2012
* @require https://raw.github.com/gist/2370972/gist-raw-perm-HEAD.user.js
*/
// [Detail]
// https://gist.github.com/2370972/
// https://userscripts.org/scripts/show/130781
- Permalink
- このページへの個別リンクです。
- RAW
- 書かれたコードへの直接のリンクです。
- Packed
- 文字列が圧縮された書かれたコードへのリンクです。
- Userscript
- Greasemonkey 等で利用する場合の .user.js へのリンクです。
- Loader
- @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
- Metadata
- コード中にコメントで @xxx と書かれたメタデータの JSON です。