JSer.info Contributing

    @@ -5,7 +5,9 @@ * @license MIT License * @javascript_url */ -var siteURL = window.location.href, - siteTitle = (document.title) ? document.title : window.top.document.title; -var JSER_FORM = "http://azu.github.io/JSer.info-tribute/"; -window.open(JSER_FORM + "?title=" + encodeURIComponent(siteTitle) + "&url=" + encodeURIComponent(siteURL), "_blank"); +(function () { + var siteURL = window.location.href, + siteTitle = (document.title) ? document.title : window.top.document.title; + var JSER_FORM = "http://azu.github.io/JSer.info-tribute/"; + window.open(JSER_FORM + "?title=" + encodeURIComponent(siteTitle) + "&url=" + encodeURIComponent(siteURL)); +})();
  • /*
     * @title JSer.info Contributing
     * @description Open JSer.info Pull Request Form
     * @include https?://*
     * @license MIT License
     * @javascript_url 
     */
    (function () {
        var siteURL = window.location.href,
            siteTitle = (document.title) ? document.title : window.top.document.title;
        var JSER_FORM = "http://azu.github.io/JSer.info-tribute/";
        window.open(JSER_FORM + "?title=" + encodeURIComponent(siteTitle) + "&url=" + encodeURIComponent(siteURL));
    })();
  • Permalink
    このページへの個別リンクです。
    RAW
    書かれたコードへの直接のリンクです。
    Packed
    文字列が圧縮された書かれたコードへのリンクです。
    Userscript
    Greasemonkey 等で利用する場合の .user.js へのリンクです。
    Loader
    @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
    Metadata
    コード中にコメントで @xxx と書かれたメタデータの JSON です。

History

  1. 2015/09/23 15:30:46 - 2015-09-23
  2. 2014/08/03 14:34:34 - 2014-08-03
  3. 2014/02/05 22:18:39 - 2014-02-05
  4. 2014/02/05 22:17:57 - 2014-02-05