one line browser notepad
by
noromanba
2013-06-08 [2013/06/08 09:16:57]
open simple notepad in new tab/window
-
/*
* @title one line browser notepad
* @description open simple notepad in new tab/window
* @include http://*
* @include https://*
* @contributor jjperezaguinaga https://coderwall.com/p/lhsrcq
* @author noromanba http://let.hatelabo.jp/noromanba/let/hLHX5JKB3tQE
* @require
*/
// original license : Unknown (as-is)
// modified license : MIT license: http://opensource.org/licenses/MIT
window.open('data:text/html, <html contenteditable>', '_blank');
void 0;
-
- Permalink
- このページへの個別リンクです。
- RAW
- 書かれたコードへの直接のリンクです。
- Packed
- 文字列が圧縮された書かれたコードへのリンクです。
- Userscript
- Greasemonkey 等で利用する場合の .user.js へのリンクです。
- Loader
- @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
- Metadata
- コード中にコメントで @xxx と書かれたメタデータの JSON です。