D[ ]

    @@ -8,14 +8,5 @@ (function () { if (!/^www\.dailymotion\.com\/video\//.test(location.hostname + location.pathname)) return; - var paths = location.pathname.split('/'); - /*/ - paths.unshift('embed'); - paths = paths.filter(function (p) { return !!p; }); - /*/ - paths[0] = 'embed'; - //*/ - paths.push(paths.pop().replace(/_\w+/, '')); - - location.pathname = paths.join('/'); + location.pathname = ('/embed' + location.pathname).replace(/_\w+/, ''); })();
  • /*
     * @title D[ ]
     * @description browser size fullscreen on Dailymotion
     * @include http://www.dailymotion.com/video/*
     * @license MIT http://opensource.org/licenses/MIT
     * @javascript_url
     */
    
    (function () {
        if (!/^www\.dailymotion\.com\/video\//.test(location.hostname + location.pathname)) return;
        location.pathname = ('/embed' + location.pathname).replace(/_\w+/, '');
    })();
    
  • Permalink
    このページへの個別リンクです。
    RAW
    書かれたコードへの直接のリンクです。
    Packed
    文字列が圧縮された書かれたコードへのリンクです。
    Userscript
    Greasemonkey 等で利用する場合の .user.js へのリンクです。
    Loader
    @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
    Metadata
    コード中にコメントで @xxx と書かれたメタデータの JSON です。

History

  1. 2014/12/28 08:20:53 - 2014-12-28
  2. 2014/12/28 06:26:38 - 2014-12-28
  3. 2014/12/28 06:12:16 - 2014-12-28
  4. 2014/12/28 06:00:45 - 2014-12-28