N embed sm***

    
      
  • /*
     * @title N embed sm***
     * @description prompt embed nicovideo links
     * @include http://*
     * @include https://*
     * @license MIT License http://opensource.org/licenses/MIT
     * @javascript_url
     */
    
    (function () {
        var url = [].map.call(document.querySelectorAll('iframe[src^="http://ext.nicovideo.jp/thumb/sm"]'), function (iframe) {
            var url = new URL(iframe.src);
            return 'http://www.nicovideo.jp/' + url.pathname.split('/').pop();
        }).join(' ');
    
        window.prompt('sm***(s)', url);
    })();
    
    
  • Permalink
    このページへの個別リンクです。
    RAW
    書かれたコードへの直接のリンクです。
    Packed
    文字列が圧縮された書かれたコードへのリンクです。
    Userscript
    Greasemonkey 等で利用する場合の .user.js へのリンクです。
    Loader
    @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
    Metadata
    コード中にコメントで @xxx と書かれたメタデータの JSON です。

History

  1. 2015/08/27 06:24:43 - 2015-08-27
  2. 2015/08/27 05:17:19 - 2015-08-27