one line browser notepad

    
      
  • /*
     * @title One line browser notepad
     * @description open simple notepad in browser
     * @include http://*
     * @include https://*
     * @contributor Jose Jesus Perez Aguinaga https://coderwall.com/p/lhsrcq
     * @require 
     */
    
    // original license : Unknown (as-is)
    // modified license : MIT license: http://opensource.org/licenses/MIT
    
    void 'data:text/html, <html contenteditable>';
  • Permalink
    このページへの個別リンクです。
    RAW
    書かれたコードへの直接のリンクです。
    Packed
    文字列が圧縮された書かれたコードへのリンクです。
    Userscript
    Greasemonkey 等で利用する場合の .user.js へのリンクです。
    Loader
    @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
    Metadata
    コード中にコメントで @xxx と書かれたメタデータの JSON です。

History

  1. 2013/06/08 09:16:57 - 2013-06-08
  2. 2013/06/08 09:12:06 - 2013-06-08