$X

    @@ -1,8 +1,20 @@ /* * @title $X - * @description xpath + * @description XPath * @include http://* * @license MIT License - * @require https://gist.github.com/os0x/184276/raw/addDefaultPrefix.js - * @require https://gist.github.com/os0x/184276/raw/dollarX.js + * @javascript_url */ + +// $X on XHTML and Cross Browser https://gist.github.com/os0x/184276 + +(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" +])
  • /*
     * @title $X
     * @description XPath
     * @include http://*
     * @license MIT License
     * @javascript_url
     */
    
    // $X on XHTML and Cross Browser https://gist.github.com/os0x/184276
    
    (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