/*
* @title WFsrc
* @description WorkFlowyのPageContainerの内容をWorkflowアプリに送るBookmarklet
* @include https://workflowy.com/
* @license MIT License
* @require
*/
p = pageContainer.innerHTML;
location = "workflow://run-workflow?name=test&input=text&text=" + encodeURIComponent(p);