irc search

    @@ -1,13 +1,17 @@ /* - * @title ★ + * @title KMC * @description test * @include http://* * @include https://* * @license MIT License http://nrm.mit-license.org/2012 - * @require + * @require jquery * @private */ (function () { -alert(1); -})(); + $.ajax({ + url: "https://www.kmc.gr.jp/irclog/", + }).done(function(data) { + console.log(data) + }); +})();
  • /*
     * @title KMC
     * @description test
     * @include http://*
     * @include https://*
     * @license MIT License http://nrm.mit-license.org/2012
     * @require jquery
     * @private
     */
    
    (function () {
      $.ajax({
        url: "https://www.kmc.gr.jp/irclog/",
      }).done(function(data) {
        console.log(data)
      });
    })();
  • Permalink
    このページへの個別リンクです。
    RAW
    書かれたコードへの直接のリンクです。
    Packed
    文字列が圧縮された書かれたコードへのリンクです。
    Userscript
    Greasemonkey 等で利用する場合の .user.js へのリンクです。
    Loader
    @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
    Metadata
    コード中にコメントで @xxx と書かれたメタデータの JSON です。

History

  1. 2013/07/16 21:37:37 - 2013-07-16
  2. 2013/07/16 20:11:05 - 2013-07-16
  3. 2013/07/16 20:07:39 - 2013-07-16
  4. 2013/07/16 20:04:32 - 2013-07-16
  5. 2013/07/16 20:04:05 - 2013-07-16
  6. 2013/07/16 19:52:50 - 2013-07-16
  7. 2013/07/16 19:46:28 - 2013-07-16
  8. 2013/07/16 19:45:16 - 2013-07-16
  9. 2013/07/16 19:42:58 - 2013-07-16
  10. 2013/07/16 19:42:37 - 2013-07-16
  11. 2013/07/16 19:41:06 - 2013-07-16