$X

    @@ -6,7 +6,8 @@ * @javascript_url */ -// $X on XHTML and Cross Browser https://gist.github.com/os0x/184276 +// https://gist.github.com/os0x/184276 +// http://qiita.com/otchy/items/5c4f2e1b2a93ac200f1c (function (urls) { urls.forEach(function (u) {
  • /*
     * @title $X
     * @description XPath
     * @include http://*
     * @license MIT License
     * @javascript_url
     */
    
    // https://gist.github.com/os0x/184276
    // http://qiita.com/otchy/items/5c4f2e1b2a93ac200f1c
    
    (function (urls) {
    	urls.forEach(function (u) {
    		var scr = document.createElement("script");
    		scr.src = u;
    		document.body.appendChild(scr);
    	})
    })([
    	"//gist.github.com/os0x/184276/raw/addDefaultPrefix.js",
    	"//gist.github.com/os0x/184276/raw/dollarX.js"
    ])
  • Permalink
    このページへの個別リンクです。
    RAW
    書かれたコードへの直接のリンクです。
    Packed
    文字列が圧縮された書かれたコードへのリンクです。
    Userscript
    Greasemonkey 等で利用する場合の .user.js へのリンクです。
    Loader
    @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
    Metadata
    コード中にコメントで @xxx と書かれたメタデータの JSON です。

History

  1. 2014/02/28 18:17:36 - 2014-02-28
  2. 2014/02/28 18:16:39 - 2014-02-28
  3. 2014/02/28 18:13:43 - 2014-02-28
  4. 2014/02/28 17:38:36 - 2014-02-28
  5. 2014/02/28 17:35:39 - 2014-02-28
  6. 2013/08/01 09:35:29 - 2013-08-01
  7. 2013/08/01 09:33:26 - 2013-08-01
  8. 2010/05/16 00:14:06 - 2010-05-16