Jetpack SDK Docs reduction of stress

    @@ -1,6 +1,6 @@ /* * @title Jetpack SDK Docs reduction of stress - * @description SDK DocsはhttpsなのでChromeでstylishが使えないからこれ。 + * @description Jetpack SDK DocsはhttpsなのでChromeでstylishが使えないからこれ。 * @include http* * @license MIT License */
  • /*
     * @title Jetpack SDK Docs reduction of stress
     * @description Jetpack SDK DocsはhttpsなのでChromeでstylishが使えないからこれ。
     * @include http*
     * @license MIT License
     */
    
    var css = 'code{background-color:lightcyan!important;}';
    var style = document.createElement('style');
    style.type = 'text/css';
    style.appendChild(document.createTextNode(css));
    document.querySelector('head').appendChild(style);
  • Permalink
    このページへの個別リンクです。
    RAW
    書かれたコードへの直接のリンクです。
    Packed
    文字列が圧縮された書かれたコードへのリンクです。
    Userscript
    Greasemonkey 等で利用する場合の .user.js へのリンクです。
    Loader
    @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
    Metadata
    コード中にコメントで @xxx と書かれたメタデータの JSON です。

History

  1. 2010/06/03 10:15:17 - 2010-06-03
  2. 2010/06/03 10:05:14 - 2010-06-03
  3. 2010/06/03 10:03:26 - 2010-06-03