YouTube-mp3変換

  • /*
     * @title YouTube-mp3変換
     * @description Convert YouTube video to mp3 file via dirpy.com
     * @include http://dirpy.com/
     * @license MIT License
     * @require none
     */
    
    base=document.location.href;vid=base.substring(base.indexOf('v=', 0)+2, base.length);window.open('http://dirpy.com/studio/'+escape(vid))
  • Permalink
    このページへの個別リンクです。
    RAW
    書かれたコードへの直接のリンクです。
    Packed
    文字列が圧縮された書かれたコードへのリンクです。
    Userscript
    Greasemonkey 等で利用する場合の .user.js へのリンクです。
    Loader
    @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
    Metadata
    コード中にコメントで @xxx と書かれたメタデータの JSON です。

History

  1. 2013/05/07 00:53:26 - 2013-05-07
  2. 2013/03/03 18:58:09 - 2013-03-03
  3. 2013/03/03 18:56:32 - 2013-03-03