TwitSpritz

    @@ -6,4 +6,17 @@ * @javascript_url */ -(function(w,d){$.getScript('https://furyu-tei.sakura.ne.jp/ja_spritz/twit_spritz.js?t='+new Date().getTime(),function(){show_spritz()})})(window,document) +(function(w,d){ +var script = d.createElement('script'); +script.setAttribute('nonce', $('script[nonce]').attr('nonce')); +script.src='https://furyu-tei.sakura.ne.jp/ja_spritz/twit_spritz.js?t='+(new Date).getTime(); +d.documentElement.appendChild(script); +function check() { + if (!w.show_spritz) { + setTimeout(check, 100); + return; + } + show_spritz(); +} +check(); +})(window,document)
  • /*
     * @title TwitSpritz
     * @description 日本語版SpritzもどきをTwitterの個別ツイート(https://twitter.com/<name>/status/<id>)で体験
     * @include https://twitter.com/*
     * @license MIT License
     * @javascript_url
     */
    
    (function(w,d){
    var script = d.createElement('script');
    script.setAttribute('nonce', $('script[nonce]').attr('nonce'));
    script.src='https://furyu-tei.sakura.ne.jp/ja_spritz/twit_spritz.js?t='+(new Date).getTime();
    d.documentElement.appendChild(script);
    function check() {
        if (!w.show_spritz) {
            setTimeout(check, 100);
            return;
        }
        show_spritz();
    }
    check();
    })(window,document)
    
  • Permalink
    このページへの個別リンクです。
    RAW
    書かれたコードへの直接のリンクです。
    Packed
    文字列が圧縮された書かれたコードへのリンクです。
    Userscript
    Greasemonkey 等で利用する場合の .user.js へのリンクです。
    Loader
    @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
    Metadata
    コード中にコメントで @xxx と書かれたメタデータの JSON です。

History

  1. 2015/10/29 23:19:36 - 2015-10-29
  2. 2014/03/25 19:01:46 - 2014-03-25
  3. 2014/03/25 03:04:38 - 2014-03-25
  4. 2014/03/25 03:00:18 - 2014-03-25
  5. 2014/03/25 02:49:14 - 2014-03-25
  6. 2014/03/25 02:47:26 - 2014-03-25