ForceInclude jQuery

  • /*
     * @title ForceInclude jQuery
     * @description my bookmarklet
     * @include http://*
     * @license MIT License
     */
    var js = document.createElement('script');
    js.src = '//ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js';
    document.head.appendChild(js);
  • Permalink
    このページへの個別リンクです。
    RAW
    書かれたコードへの直接のリンクです。
    Packed
    文字列が圧縮された書かれたコードへのリンクです。
    Userscript
    Greasemonkey 等で利用する場合の .user.js へのリンクです。
    Loader
    @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
    Metadata
    コード中にコメントで @xxx と書かれたメタデータの JSON です。

History

  1. 2013/04/07 17:05:17 - 2013-04-07
  2. 2013/04/07 17:02:47 - 2013-04-07
  3. 2013/04/07 17:01:31 - 2013-04-07
  4. 2013/04/07 17:01:10 - 2013-04-07