/*
* @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;