Skip to content

Instantly share code, notes, and snippets.

@fffergal
Created July 14, 2017 16:11
Show Gist options
  • Save fffergal/784a1569dc71b10e76a245e7155c9768 to your computer and use it in GitHub Desktop.
Save fffergal/784a1569dc71b10e76a245e7155c9768 to your computer and use it in GitHub Desktop.
"write good" Drafts app action URL
x-drafts4://x-callback-url/import_action?v=2&tintColor=%5B%0A%0A%5D&shouldConfirm=0&logLevel=1&uuid=89A3A285-224F-4317-B1B2-D4BB48AEB6AF&disposition=3&actionSteps=%5B%0A%20%20%7B%0A%20%20%20%20%22scriptText%22%20%3A%20%22%5C%2F%2A%5CnBased%20on%20a%20webpacked%20version%20of%20https%3A%5C%2F%5C%2Fgithub.com%5C%2Fbtford%5C%2Fwrite-good.%5Cn%5Cn%5CnLicense%20for%20this%20Draft%20app%20action%3A%5CnCopyright%202017%20Fergal%20Hainey%5Cn%5CnLicensed%20under%20the%20Apache%20License%2C%20Version%202.0%20%28the%20%5C%22License%5C%22%29%3B%5Cnyou%20may%20not%20use%20this%20file%20except%20in%20compliance%20with%20the%20License.%5CnYou%20may%20obtain%20a%20copy%20of%20the%20License%20at%5Cn%5Cn%20%20%20%20http%3A%5C%2F%5C%2Fwww.apache.org%5C%2Flicenses%5C%2FLICENSE-2.0%5Cn%5CnUnless%20required%20by%20applicable%20law%20or%20agreed%20to%20in%20writing%2C%20software%5Cndistributed%20under%20the%20License%20is%20distributed%20on%20an%20%5C%22AS%20IS%5C%22%20BASIS%2C%5CnWITHOUT%20WARRANTIES%20OR%20CONDITIONS%20OF%20ANY%20KIND%2C%20either%20express%20or%20implied.%5CnSee%20the%20License%20for%20the%20specific%20language%20governing%20permissions%20and%5Cnlimitations%20under%20the%20License.%5Cn%5Cn%5CnLicense%20for%20write-good%3A%5CnThe%20MIT%20License%20%28MIT%29%5Cn%5CnCopyright%20%28c%29%202014%20Brian%20Ford%5Cn%5CnPermission%20is%20hereby%20granted%2C%20free%20of%20charge%2C%20to%20any%20person%20obtaining%20a%20copy%5Cnof%20this%20software%20and%20associated%20documentation%20files%20%28the%20%5C%22Software%5C%22%29%2C%20to%20deal%5Cnin%20the%20Software%20without%20restriction%2C%20including%20without%20limitation%20the%20rights%5Cnto%20use%2C%20copy%2C%20modify%2C%20merge%2C%20publish%2C%20distribute%2C%20sublicense%2C%20and%5C%2For%20sell%5Cncopies%20of%20the%20Software%2C%20and%20to%20permit%20persons%20to%20whom%20the%20Software%20is%5Cnfurnished%20to%20do%20so%2C%20subject%20to%20the%20following%20conditions%3A%5Cn%5CnThe%20above%20copyright%20notice%20and%20this%20permission%20notice%20shall%20be%20included%20in%20all%5Cncopies%20or%20substantial%20portions%20of%20the%20Software.%5Cn%5CnTHE%20SOFTWARE%20IS%20PROVIDED%20%5C%22AS%20IS%5C%22%2C%20WITHOUT%20WARRANTY%20OF%20ANY%20KIND%2C%20EXPRESS%20OR%5CnIMPLIED%2C%20INCLUDING%20BUT%20NOT%20LIMITED%20TO%20THE%20WARRANTIES%20OF%20MERCHANTABILITY%2C%5CnFITNESS%20FOR%20A%20PARTICULAR%20PURPOSE%20AND%20NONINFRINGEMENT.%20IN%20NO%20EVENT%20SHALL%20THE%5CnAUTHORS%20OR%20COPYRIGHT%20HOLDERS%20BE%20LIABLE%20FOR%20ANY%20CLAIM%2C%20DAMAGES%20OR%20OTHER%5CnLIABILITY%2C%20WHETHER%20IN%20AN%20ACTION%20OF%20CONTRACT%2C%20TORT%20OR%20OTHERWISE%2C%20ARISING%20FROM%2C%5CnOUT%20OF%20OR%20IN%20CONNECTION%20WITH%20THE%20SOFTWARE%20OR%20THE%20USE%20OR%20OTHER%20DEALINGS%20IN%20THE%5CnSOFTWARE.%5Cn%2A%5C%2F%5Cn%5Cnvar%20writeGoodDrafts%20%3D%20function%28%29%20%7B%5Cn%5Ctvar%20suggestions%20%3D%20writeGood%28draft.content%29%3B%5Cn%5Cn%5Ctvar%20suggestionParts%20%3D%20%5B%5D%3B%5Cn%5Ctsuggestions.forEach%28function%28suggestion%29%20%7B%5Cn%5Ct%5Ctvar%20startLine%20%3D%20draft.content.lastIndexOf%28%27%5C%5Cn%27%2C%20suggestion.index%29%20%2B%201%3B%5Cn%5Ct%5Ctif%20%28suggestion.index%20-%20startLine%20%3C%2025%29%20%7B%5Cn%5Ct%5Ct%5Ctvar%20contextStart%20%3D%20startLine%3B%5Cn%5Ct%5Ct%7D%5Cn%5Ct%5Ctelse%20%7B%5Cn%5Ct%5Ct%5Ctvar%20contextStart%20%3D%20suggestion.index%20-%2025%3B%5Cn%5Ct%5Ct%7D%5Cn%5Ct%5Ctvar%20nextLine%20%3D%20draft.content.indexOf%28%27%5C%5Cn%27%2C%20suggestion.index%20%2B%20suggestion.offset%29%3B%5Cn%5Ct%5Ctif%20%28nextLine%20%3D%3D%20-1%29%20%7B%5Cn%5Ct%5Ct%5CtnextLine%20%3D%20draft.content.length%3B%5Cn%5Ct%5Ct%7D%5Cn%5Ct%5Ctvar%20context%20%3D%20%27%E2%80%A6%27%20%2B%20draft.content.substring%28contextStart%2C%20nextLine%29.substr%280%2C%2070%29%20%2B%20%27%E2%80%A6%27%3B%5Cn%5Ct%5Ctvar%20contextIndex%20%3D%20suggestion.index%20-%20contextStart%20%2B%201%3B%5Cn%5Ct%5Ctvar%20highlightSpec%20%3D%20%7B%27index%27%3A%20contextIndex%2C%20%27offset%27%3A%20suggestion.offset%7D%3B%5Cn%5Ct%5Ctvar%20contextMD%20%3D%20writeGoodHighlight%28context%2C%20%5BhighlightSpec%5D%29%3B%5Cn%5Ct%5CtsuggestionParts.push%28%7B%27context%27%3A%20contextMD%2C%20%27reason%27%3A%20suggestion.reason%7D%29%3B%5Cn%5Ct%7D%29%3B%5Cn%5Ctvar%20suggestionItems%20%3D%20%5B%5D%3B%5Cn%5CtsuggestionParts.forEach%28function%28suggestionPart%29%20%7B%5Cn%5Ct%5Ctvar%20suggestionItemMD%20%3D%20%27%3Cli%3E%3Cblockquote%3E%27%20%2B%20suggestionPart.context%20%2B%20%27%3C%5C%2Fblockquote%3E%E2%9A%A0%EF%B8%8F%27%20%2B%20suggestionPart.reason%3B%5Cn%5Ct%5CtsuggestionItems.push%28suggestionItemMD%29%3B%5Cn%5Ct%7D%29%3B%5Cn%5Ctvar%20suggestionsMD%20%3D%20%27%3Col%3E%27%20%2B%20suggestionItems.join%28%27%5C%5Cn%27%29%20%2B%20%27%3C%5C%2Fol%3E%27%3B%5Cn%5Cn%5Ctdraft.defineTag%28%27writeGoodSuggestions%27%2C%20suggestionsMD%29%3B%5Cn%5Cn%5Ctvar%20highlightMD%20%3D%20writeGoodHighlight%28draft.content%2C%20suggestions%29%3B%5Cn%5Cn%5Ctdraft.defineTag%28%27writeGoodHighlighted%27%2C%20highlightMD%29%3B%5Cn%7D%3B%5Cn%5Cnvar%20writeGoodHighlight%20%3D%20function%28text%2C%20highlights%29%20%7B%5Cn%5Ctvar%20highlightPieces%20%3D%20%5B%5D%3B%5Cn%5Ctvar%20highlightStart%20%3D%200%3B%5Cn%5Cthighlights.forEach%28function%28suggestion%29%20%7B%5Ct%5CthighlightPieces.push%28text.substring%28highlightStart%2C%20suggestion.index%29%29%3B%5Cn%5Ct%5CthighlightPieces.push%28%27%3Cspan%20class%3D%5C%22writeGoodHighlight%5C%22%3E%27%29%3B%5Cn%5Ct%5CthighlightPieces.push%28text.substr%28suggestion.index%2C%20suggestion.offset%29%29%3B%5Cn%5Ct%5CthighlightPieces.push%28%27%3C%5C%2Fspan%3E%27%29%3B%5Cn%5Ct%5CthighlightStart%20%3D%20suggestion.index%20%2B%20suggestion.offset%3B%5Cn%5Ct%7D%29%3B%5Cn%5CthighlightPieces.push%28text.substr%28highlightStart%29%29%3B%5Cn%5Ctreturn%20highlightPieces.join%28%27%27%29%3B%5Cn%7D%3B%5Cn%5Cn%5Cn%5C%2F%2A%2A%2A%2A%2A%2A%5C%2F%20var%20writeGood%20%3D%20%28function%28modules%29%20%7B%20%5C%2F%5C%2F%20webpackBootstrap%5Cr%5C%2F%2A%2A%2A%2A%2A%2A%5C%2F%20%5Ct%5C%2F%5C%2F%20The%20module%20cache%5Cr%5C%2F%2A%2A%2A%2A%2A%2A%5C%2F%20%5Ctvar%20installedModules%20%3D%20%7B%7D%3B%5Cr%5C%2F%2A%2A%2A%2A%2A%2A%5C%2F%5Cr%5C%2F%2A%2A%2A%2A%2A%2A%5C%2F%20%5Ct%5C%2F%5C%2F%20The%20require%20function%5Cr%5C%2F%2A%2A%2A%2A%2A%2A%5C%2F%20%5Ctfunction%20__webpack_require__%28moduleId%29%20%7B%5Cr%5C%2F%2A%2A%2A%2A%2A%2A%5C%2F%5Cr%5C%2F%2A%2A%2A%2A%2A%2A%5C%2F%20%5Ct%5Ct%5C%2F%5C%2F%20Check%20if%20module%20is%20in%20cache%5Cr%5C%2F%2A%2A%2A%2A%2A%2A%5C%2F%20%5Ct%5Ctif%28installedModules%5BmoduleId%5D%29%20%7B%5Cr%5C%2F%2A%2A%2A%2A%2A%2A%5C%2F%20%5Ct%5Ct%5Ctreturn%20installedModules%5BmoduleId%5D.exports%3B%5Cr%5C%2F%2A%2A%2A%2A%2A%2A%5C%2F%20%5Ct%5Ct%7D%5Cr%5C%2F%2A%2A%2A%2A%2A%2A%5C%2F%20%5Ct%5Ct%5C%2F%5C%2F%20Create%20a%20new%20module%20%28and%20put%20it%20into%20the%20cache%29%5Cr%5C%2F%2A%2A%2A%2A%2A%2A%5C%2F%20%5Ct%5Ctvar%20module%20%3D%20installedModules%5BmoduleId%5D%20%3D%20%7B%5Cr%5C%2F%2A%2A%2A%2A%2A%2A%5C%2F%20%5Ct%5Ct%5Cti%3A%20moduleId%2C%5Cr%5C%2F%2A%2A%2A%2A%2A%2A%5C%2F%20%5Ct%5Ct%5Ctl%3A%20false%2C%5Cr%5C%2F%2A%2A%2A%2A%2A%2A%5C%2F%20%5Ct%5Ct%5Ctexports%3A%20%7B%7D%5Cr%5C%2F%2A%2A%2A%2A%2A%2A%5C%2F%20%5Ct%5Ct%7D%3B%5Cr%5C%2F%2A%2A%2A%2A%2A%2A%5C%2F%5Cr%5C%2F%2A%2A%2A%2A%2A%2A%5C%2F%20%5Ct%5Ct%5C%2F%5C%2F%20Execute%20the%20module%20function%5Cr%5C%2F%2A%2A%2A%2A%2A%2A%5C%2F%20%5Ct%5Ctmodules%5BmoduleId%5D.call%28module.exports%2C%20module%2C%20module.exports%2C%20__webpack_require__%29%3B%5Cr%5C%2F%2A%2A%2A%2A%2A%2A%5C%2F%5Cr%5C%2F%2A%2A%2A%2A%2A%2A%5C%2F%20%5Ct%5Ct%5C%2F%5C%2F%20Flag%20the%20module%20as%20loaded%5Cr%5C%2F%2A%2A%2A%2A%2A%2A%5C%2F%20%5Ct%5Ctmodule.l%20%3D%20true%3B%5Cr%5C%2F%2A%2A%2A%2A%2A%2A%5C%2F%5Cr%5C%2F%2A%2A%2A%2A%2A%2A%5C%2F%20%5Ct%5Ct%5C%2F%5C%2F%20Return%20the%20exports%20of%20the%20module%5Cr%5C%2F%2A%2A%2A%2A%2A%2A%5C%2F%20%5Ct%5Ctreturn%20module.exports%3B%5Cr%5C%2F%2A%2A%2A%2A%2A%2A%5C%2F%20%5Ct%7D%5Cr%5C%2F%2A%2A%2A%2A%2A%2A%5C%2F%5Cr%5C%2F%2A%2A%2A%2A%2A%2A%5C%2F%5Cr%5C%2F%2A%2A%2A%2A%2A%2A%5C%2F%20%5Ct%5C%2F%5C%2F%20expose%20the%20modules%20object%20%28__webpack_modules__%29%5Cr%5C%2F%2A%2A%2A%2A%2A%2A%5C%2F%20%5Ct__webpack_require__.m%20%3D%20modules%3B%5Cr%5C%2F%2A%2A%2A%2A%2A%2A%5C%2F%5Cr%5C%2F%2A%2A%2A%2A%2A%2A%5C%2F%20%5Ct%5C%2F%5C%2F%20expose%20the%20module%20cache%5Cr%5C%2F%2A%2A%2A%2A%2A%2A%5C%2F%20%5Ct__webpack_require__.c%20%3D%20installedModules%3B%5Cr%5C%2F%2A%2A%2A%2A%2A%2A%5C%2F%5Cr%5C%2F%2A%2A%2A%2A%2A%2A%5C%2F%20%5Ct%5C%2F%5C%2F%20define%20getter%20function%20for%20harmony%20exports%5Cr%5C%2F%2A%2A%2A%2A%2A%2A%5C%2F%20%5Ct__webpack_require__.d%20%3D%20function%28exports%2C%20name%2C%20getter%29%20%7B%5Cr%5C%2F%2A%2A%2A%2A%2A%2A%5C%2F%20%5Ct%5Ctif%28%21__webpack_require__.o%28exports%2C%20name%29%29%20%7B%5Cr%5C%2F%2A%2A%2A%2A%2A%2A%5C%2F%20%5Ct%5Ct%5CtObject.defineProperty%28exports%2C%20name%2C%20%7B%5Cr%5C%2F%2A%2A%2A%2A%2A%2A%5C%2F%20%5Ct%5Ct%5Ct%5Ctconfigurable%3A%20false%2C%5Cr%5C%2F%2A%2A%2A%2A%2A%2A%5C%2F%20%5Ct%5Ct%5Ct%5Ctenumerable%3A%20true%2C%5Cr%5C%2F%2A%2A%2A%2A%2A%2A%5C%2F%20%5Ct%5Ct%5Ct%5Ctget%3A%20getter%5Cr%5C%2F%2A%2A%2A%2A%2A%2A%5C%2F%20%5Ct%5Ct%5Ct%7D%29%3B%5Cr%5C%2F%2A%2A%2A%2A%2A%2A%5C%2F%20%5Ct%5Ct%7D%5Cr%5C%2F%2A%2A%2A%2A%2A%2A%5C%2F%20%5Ct%7D%3B%5Cr%5C%2F%2A%2A%2A%2A%2A%2A%5C%2F%5Cr%5C%2F%2A%2A%2A%2A%2A%2A%5C%2F%20%5Ct%5C%2F%5C%2F%20getDefaultExport%20function%20for%20compatibility%20with%20non-harmony%20modules%5Cr%5C%2F%2A%2A%2A%2A%2A%2A%5C%2F%20%5Ct__webpack_require__.n%20%3D%20function%28module%29%20%7B%5Cr%5C%2F%2A%2A%2A%2A%2A%2A%5C%2F%20%5Ct%5Ctvar%20getter%20%3D%20module%20%26%26%20module.__esModule%20%3F%5Cr%5C%2F%2A%2A%2A%2A%2A%2A%5C%2F%20%5Ct%5Ct%5Ctfunction%20getDefault%28%29%20%7B%20return%20module%5B%27default%27%5D%3B%20%7D%20%3A%5Cr%5C%2F%2A%2A%2A%2A%2A%2A%5C%2F%20%5Ct%5Ct%5Ctfunction%20getModuleExports%28%29%20%7B%20return%20module%3B%20%7D%3B%5Cr%5C%2F%2A%2A%2A%2A%2A%2A%5C%2F%20%5Ct%5Ct__webpack_require__.d%28getter%2C%20%27a%27%2C%20getter%29%3B%5Cr%5C%2F%2A%2A%2A%2A%2A%2A%5C%2F%20%5Ct%5Ctreturn%20getter%3B%5Cr%5C%2F%2A%2A%2A%2A%2A%2A%5C%2F%20%5Ct%7D%3B%5Cr%5C%2F%2A%2A%2A%2A%2A%2A%5C%2F%5Cr%5C%2F%2A%2A%2A%2A%2A%2A%5C%2F%20%5Ct%5C%2F%5C%2F%20Object.prototype.hasOwnProperty.call%5Cr%5C%2F%2A%2A%2A%2A%2A%2A%5C%2F%20%5Ct__webpack_require__.o%20%3D%20function%28object%2C%20property%29%20%7B%20return%20Object.prototype.hasOwnProperty.call%28object%2C%20property%29%3B%20%7D%3B%5Cr%5C%2F%2A%2A%2A%2A%2A%2A%5C%2F%5Cr%5C%2F%2A%2A%2A%2A%2A%2A%5C%2F%20%5Ct%5C%2F%5C%2F%20__webpack_public_path__%5Cr%5C%2F%2A%2A%2A%2A%2A%2A%5C%2F%20%5Ct__webpack_require__.p%20%3D%20%5C%22%5C%22%3B%5Cr%5C%2F%2A%2A%2A%2A%2A%2A%5C%2F%5Cr%5C%2F%2A%2A%2A%2A%2A%2A%5C%2F%20%5Ct%5C%2F%5C%2F%20Load%20entry%20module%20and%20return%20exports%5Cr%5C%2F%2A%2A%2A%2A%2A%2A%5C%2F%20%5Ctreturn%20__webpack_require__%28__webpack_require__.s%20%3D%204%29%3B%5Cr%5C%2F%2A%2A%2A%2A%2A%2A%5C%2F%20%7D%29%5Cr%5C%2F%2A%2A%2A%2A%2A%2A%2A%2A%2A%2A%2A%2A%2A%2A%2A%2A%2A%2A%2A%2A%2A%2A%2A%2A%2A%2A%2A%2A%2A%2A%2A%2A%2A%2A%2A%2A%2A%2A%2A%2A%2A%2A%2A%2A%2A%2A%2A%2A%2A%2A%2A%2A%2A%2A%2A%2A%2A%2A%2A%2A%2A%2A%2A%2A%2A%2A%2A%2A%2A%2A%2A%2A%5C%2F%5Cr%5C%2F%2A%2A%2A%2A%2A%2A%5C%2F%20%28%5B%5Cr%5C%2F%2A%200%20%2A%5C%2F%5Cr%5C%2F%2A%2A%2A%5C%2F%20%28function%28module%2C%20exports%2C%20__webpack_require__%29%20%7B%5Cr%5Cr%5C%22use%20strict%5C%22%3B%5Cr%5Cr%5Cr%5C%2F%5C%2F%20modified%20from%20https%3A%5C%2F%5C%2Fgithub.com%5C%2Fes-shims%5C%2Fes5-shim%5Crvar%20has%20%3D%20Object.prototype.hasOwnProperty%3B%5Crvar%20toStr%20%3D%20Object.prototype.toString%3B%5Crvar%20slice%20%3D%20Array.prototype.slice%3B%5Crvar%20isArgs%20%3D%20__webpack_require__%286%29%3B%5Crvar%20isEnumerable%20%3D%20Object.prototype.propertyIsEnumerable%3B%5Crvar%20hasDontEnumBug%20%3D%20%21isEnumerable.call%28%7B%20toString%3A%20null%20%7D%2C%20%27toString%27%29%3B%5Crvar%20hasProtoEnumBug%20%3D%20isEnumerable.call%28function%20%28%29%20%7B%7D%2C%20%27prototype%27%29%3B%5Crvar%20dontEnums%20%3D%20%5B%5Cr%5Ct%27toString%27%2C%5Cr%5Ct%27toLocaleString%27%2C%5Cr%5Ct%27valueOf%27%2C%5Cr%5Ct%27hasOwnProperty%27%2C%5Cr%5Ct%27isPrototypeOf%27%2C%5Cr%5Ct%27propertyIsEnumerable%27%2C%5Cr%5Ct%27constructor%27%5Cr%5D%3B%5Crvar%20equalsConstructorPrototype%20%3D%20function%20%28o%29%20%7B%5Cr%5Ctvar%20ctor%20%3D%20o.constructor%3B%5Cr%5Ctreturn%20ctor%20%26%26%20ctor.prototype%20%3D%3D%3D%20o%3B%5Cr%7D%3B%5Crvar%20excludedKeys%20%3D%20%7B%5Cr%5Ct%24console%3A%20true%2C%5Cr%5Ct%24external%3A%20true%2C%5Cr%5Ct%24frame%3A%20true%2C%5Cr%5Ct%24frameElement%3A%20true%2C%5Cr%5Ct%24frames%3A%20true%2C%5Cr%5Ct%24innerHeight%3A%20true%2C%5Cr%5Ct%24innerWidth%3A%20true%2C%5Cr%5Ct%24outerHeight%3A%20true%2C%5Cr%5Ct%24outerWidth%3A%20true%2C%5Cr%5Ct%24pageXOffset%3A%20true%2C%5Cr%5Ct%24pageYOffset%3A%20true%2C%5Cr%5Ct%24parent%3A%20true%2C%5Cr%5Ct%24scrollLeft%3A%20true%2C%5Cr%5Ct%24scrollTop%3A%20true%2C%5Cr%5Ct%24scrollX%3A%20true%2C%5Cr%5Ct%24scrollY%3A%20true%2C%5Cr%5Ct%24self%3A%20true%2C%5Cr%5Ct%24webkitIndexedDB%3A%20true%2C%5Cr%5Ct%24webkitStorageInfo%3A%20true%2C%5Cr%5Ct%24window%3A%20true%5Cr%7D%3B%5Crvar%20hasAutomationEqualityBug%20%3D%20%28function%20%28%29%20%7B%5Cr%5Ct%5C%2F%2A%20global%20window%20%2A%5C%2F%5Cr%5Ctif%20%28typeof%20window%20%3D%3D%3D%20%27undefined%27%29%20%7B%20return%20false%3B%20%7D%5Cr%5Ctfor%20%28var%20k%20in%20window%29%20%7B%5Cr%5Ct%5Cttry%20%7B%5Cr%5Ct%5Ct%5Ctif%20%28%21excludedKeys%5B%27%24%27%20%2B%20k%5D%20%26%26%20has.call%28window%2C%20k%29%20%26%26%20window%5Bk%5D%20%21%3D%3D%20null%20%26%26%20typeof%20window%5Bk%5D%20%3D%3D%3D%20%27object%27%29%20%7B%5Cr%5Ct%5Ct%5Ct%5Cttry%20%7B%5Cr%5Ct%5Ct%5Ct%5Ct%5CtequalsConstructorPrototype%28window%5Bk%5D%29%3B%5Cr%5Ct%5Ct%5Ct%5Ct%7D%20catch%20%28e%29%20%7B%5Cr%5Ct%5Ct%5Ct%5Ct%5Ctreturn%20true%3B%5Cr%5Ct%5Ct%5Ct%5Ct%7D%5Cr%5Ct%5Ct%5Ct%7D%5Cr%5Ct%5Ct%7D%20catch%20%28e%29%20%7B%5Cr%5Ct%5Ct%5Ctreturn%20true%3B%5Cr%5Ct%5Ct%7D%5Cr%5Ct%7D%5Cr%5Ctreturn%20false%3B%5Cr%7D%28%29%29%3B%5Crvar%20equalsConstructorPrototypeIfNotBuggy%20%3D%20function%20%28o%29%20%7B%5Cr%5Ct%5C%2F%2A%20global%20window%20%2A%5C%2F%5Cr%5Ctif%20%28typeof%20window%20%3D%3D%3D%20%27undefined%27%20%7C%7C%20%21hasAutomationEqualityBug%29%20%7B%5Cr%5Ct%5Ctreturn%20equalsConstructorPrototype%28o%29%3B%5Cr%5Ct%7D%5Cr%5Cttry%20%7B%5Cr%5Ct%5Ctreturn%20equalsConstructorPrototype%28o%29%3B%5Cr%5Ct%7D%20catch%20%28e%29%20%7B%5Cr%5Ct%5Ctreturn%20false%3B%5Cr%5Ct%7D%5Cr%7D%3B%5Cr%5Crvar%20keysShim%20%3D%20function%20keys%28object%29%20%7B%5Cr%5Ctvar%20isObject%20%3D%20object%20%21%3D%3D%20null%20%26%26%20typeof%20object%20%3D%3D%3D%20%27object%27%3B%5Cr%5Ctvar%20isFunction%20%3D%20toStr.call%28object%29%20%3D%3D%3D%20%27%5Bobject%20Function%5D%27%3B%5Cr%5Ctvar%20isArguments%20%3D%20isArgs%28object%29%3B%5Cr%5Ctvar%20isString%20%3D%20isObject%20%26%26%20toStr.call%28object%29%20%3D%3D%3D%20%27%5Bobject%20String%5D%27%3B%5Cr%5Ctvar%20theKeys%20%3D%20%5B%5D%3B%5Cr%5Cr%5Ctif%20%28%21isObject%20%26%26%20%21isFunction%20%26%26%20%21isArguments%29%20%7B%5Cr%5Ct%5Ctthrow%20new%20TypeError%28%27Object.keys%20called%20on%20a%20non-object%27%29%3B%5Cr%5Ct%7D%5Cr%5Cr%5Ctvar%20skipProto%20%3D%20hasProtoEnumBug%20%26%26%20isFunction%3B%5Cr%5Ctif%20%28isString%20%26%26%20object.length%20%3E%200%20%26%26%20%21has.call%28object%2C%200%29%29%20%7B%5Cr%5Ct%5Ctfor%20%28var%20i%20%3D%200%3B%20i%20%3C%20object.length%3B%20%2B%2Bi%29%20%7B%5Cr%5Ct%5Ct%5CttheKeys.push%28String%28i%29%29%3B%5Cr%5Ct%5Ct%7D%5Cr%5Ct%7D%5Cr%5Cr%5Ctif%20%28isArguments%20%26%26%20object.length%20%3E%200%29%20%7B%5Cr%5Ct%5Ctfor%20%28var%20j%20%3D%200%3B%20j%20%3C%20object.length%3B%20%2B%2Bj%29%20%7B%5Cr%5Ct%5Ct%5CttheKeys.push%28String%28j%29%29%3B%5Cr%5Ct%5Ct%7D%5Cr%5Ct%7D%20else%20%7B%5Cr%5Ct%5Ctfor%20%28var%20name%20in%20object%29%20%7B%5Cr%5Ct%5Ct%5Ctif%20%28%21%28skipProto%20%26%26%20name%20%3D%3D%3D%20%27prototype%27%29%20%26%26%20has.call%28object%2C%20name%29%29%20%7B%5Cr%5Ct%5Ct%5Ct%5CttheKeys.push%28String%28name%29%29%3B%5Cr%5Ct%5Ct%5Ct%7D%5Cr%5Ct%5Ct%7D%5Cr%5Ct%7D%5Cr%5Cr%5Ctif%20%28hasDontEnumBug%29%20%7B%5Cr%5Ct%5Ctvar%20skipConstructor%20%3D%20equalsConstructorPrototypeIfNotBuggy%28object%29%3B%5Cr%5Cr%5Ct%5Ctfor%20%28var%20k%20%3D%200%3B%20k%20%3C%20dontEnums.length%3B%20%2B%2Bk%29%20%7B%5Cr%5Ct%5Ct%5Ctif%20%28%21%28skipConstructor%20%26%26%20dontEnums%5Bk%5D%20%3D%3D%3D%20%27constructor%27%29%20%26%26%20has.call%28object%2C%20dontEnums%5Bk%5D%29%29%20%7B%5Cr%5Ct%5Ct%5Ct%5CttheKeys.push%28dontEnums%5Bk%5D%29%3B%5Cr%5Ct%5Ct%5Ct%7D%5Cr%5Ct%5Ct%7D%5Cr%5Ct%7D%5Cr%5Ctreturn%20theKeys%3B%5Cr%7D%3B%5Cr%5CrkeysShim.shim%20%3D%20function%20shimObjectKeys%28%29%20%7B%5Cr%5Ctif%20%28Object.keys%29%20%7B%5Cr%5Ct%5Ctvar%20keysWorksWithArguments%20%3D%20%28function%20%28%29%20%7B%5Cr%5Ct%5Ct%5Ct%5C%2F%5C%2F%20Safari%205.0%20bug%5Cr%5Ct%5Ct%5Ctreturn%20%28Object.keys%28arguments%29%20%7C%7C%20%27%27%29.length%20%3D%3D%3D%202%3B%5Cr%5Ct%5Ct%7D%281%2C%202%29%29%3B%5Cr%5Ct%5Ctif%20%28%21keysWorksWithArguments%29%20%7B%5Cr%5Ct%5Ct%5Ctvar%20originalKeys%20%3D%20Object.keys%3B%5Cr%5Ct%5Ct%5CtObject.keys%20%3D%20function%20keys%28object%29%20%7B%5Cr%5Ct%5Ct%5Ct%5Ctif%20%28isArgs%28object%29%29%20%7B%5Cr%5Ct%5Ct%5Ct%5Ct%5Ctreturn%20originalKeys%28slice.call%28object%29%29%3B%5Cr%5Ct%5Ct%5Ct%5Ct%7D%20else%20%7B%5Cr%5Ct%5Ct%5Ct%5Ct%5Ctreturn%20originalKeys%28object%29%3B%5Cr%5Ct%5Ct%5Ct%5Ct%7D%5Cr%5Ct%5Ct%5Ct%7D%3B%5Cr%5Ct%5Ct%7D%5Cr%5Ct%7D%20else%20%7B%5Cr%5Ct%5CtObject.keys%20%3D%20keysShim%3B%5Cr%5Ct%7D%5Cr%5Ctreturn%20Object.keys%20%7C%7C%20keysShim%3B%5Cr%7D%3B%5Cr%5Crmodule.exports%20%3D%20keysShim%3B%5Cr%5Cr%5Cr%5C%2F%2A%2A%2A%5C%2F%20%7D%29%2C%5Cr%5C%2F%2A%201%20%2A%5C%2F%5Cr%5C%2F%2A%2A%2A%5C%2F%20%28function%28module%2C%20exports%2C%20__webpack_require__%29%20%7B%5Cr%5Cr%5C%22use%20strict%5C%22%3B%5Cr%5Cr%5Crvar%20keys%20%3D%20__webpack_require__%280%29%3B%5Crvar%20foreach%20%3D%20__webpack_require__%287%29%3B%5Crvar%20hasSymbols%20%3D%20typeof%20Symbol%20%3D%3D%3D%20%27function%27%20%26%26%20typeof%20Symbol%28%29%20%3D%3D%3D%20%27symbol%27%3B%5Cr%5Crvar%20toStr%20%3D%20Object.prototype.toString%3B%5Cr%5Crvar%20isFunction%20%3D%20function%20%28fn%29%20%7B%5Cr%5Ctreturn%20typeof%20fn%20%3D%3D%3D%20%27function%27%20%26%26%20toStr.call%28fn%29%20%3D%3D%3D%20%27%5Bobject%20Function%5D%27%3B%5Cr%7D%3B%5Cr%5Crvar%20arePropertyDescriptorsSupported%20%3D%20function%20%28%29%20%7B%5Cr%5Ctvar%20obj%20%3D%20%7B%7D%3B%5Cr%5Cttry%20%7B%5Cr%5Ct%5CtObject.defineProperty%28obj%2C%20%27x%27%2C%20%7B%20enumerable%3A%20false%2C%20value%3A%20obj%20%7D%29%3B%5Cr%20%20%20%20%20%20%20%20%5C%2F%2A%20eslint-disable%20no-unused-vars%2C%20no-restricted-syntax%20%2A%5C%2F%5Cr%20%20%20%20%20%20%20%20for%20%28var%20_%20in%20obj%29%20%7B%20return%20false%3B%20%7D%5Cr%20%20%20%20%20%20%20%20%5C%2F%2A%20eslint-enable%20no-unused-vars%2C%20no-restricted-syntax%20%2A%5C%2F%5Cr%5Ct%5Ctreturn%20obj.x%20%3D%3D%3D%20obj%3B%5Cr%5Ct%7D%20catch%20%28e%29%20%7B%20%5C%2F%2A%20this%20is%20IE%208.%20%2A%5C%2F%5Cr%5Ct%5Ctreturn%20false%3B%5Cr%5Ct%7D%5Cr%7D%3B%5Crvar%20supportsDescriptors%20%3D%20Object.defineProperty%20%26%26%20arePropertyDescriptorsSupported%28%29%3B%5Cr%5Crvar%20defineProperty%20%3D%20function%20%28object%2C%20name%2C%20value%2C%20predicate%29%20%7B%5Cr%5Ctif%20%28name%20in%20object%20%26%26%20%28%21isFunction%28predicate%29%20%7C%7C%20%21predicate%28%29%29%29%20%7B%5Cr%5Ct%5Ctreturn%3B%5Cr%5Ct%7D%5Cr%5Ctif%20%28supportsDescriptors%29%20%7B%5Cr%5Ct%5CtObject.defineProperty%28object%2C%20name%2C%20%7B%5Cr%5Ct%5Ct%5Ctconfigurable%3A%20true%2C%5Cr%5Ct%5Ct%5Ctenumerable%3A%20false%2C%5Cr%5Ct%5Ct%5Ctvalue%3A%20value%2C%5Cr%5Ct%5Ct%5Ctwritable%3A%20true%5Cr%5Ct%5Ct%7D%29%3B%5Cr%5Ct%7D%20else%20%7B%5Cr%5Ct%5Ctobject%5Bname%5D%20%3D%20value%3B%5Cr%5Ct%7D%5Cr%7D%3B%5Cr%5Crvar%20defineProperties%20%3D%20function%20%28object%2C%20map%29%20%7B%5Cr%5Ctvar%20predicates%20%3D%20arguments.length%20%3E%202%20%3F%20arguments%5B2%5D%20%3A%20%7B%7D%3B%5Cr%5Ctvar%20props%20%3D%20keys%28map%29%3B%5Cr%5Ctif%20%28hasSymbols%29%20%7B%5Cr%5Ct%5Ctprops%20%3D%20props.concat%28Object.getOwnPropertySymbols%28map%29%29%3B%5Cr%5Ct%7D%5Cr%5Ctforeach%28props%2C%20function%20%28name%29%20%7B%5Cr%5Ct%5CtdefineProperty%28object%2C%20name%2C%20map%5Bname%5D%2C%20predicates%5Bname%5D%29%3B%5Cr%5Ct%7D%29%3B%5Cr%7D%3B%5Cr%5CrdefineProperties.supportsDescriptors%20%3D%20%21%21supportsDescriptors%3B%5Cr%5Crmodule.exports%20%3D%20defineProperties%3B%5Cr%5Cr%5Cr%5C%2F%2A%2A%2A%5C%2F%20%7D%29%2C%5Cr%5C%2F%2A%202%20%2A%5C%2F%5Cr%5C%2F%2A%2A%2A%5C%2F%20%28function%28module%2C%20exports%2C%20__webpack_require__%29%20%7B%5Cr%5Cr%5C%22use%20strict%5C%22%3B%5Cr%5Cr%5Cr%5C%2F%5C%2F%20modified%20from%20https%3A%5C%2F%5C%2Fgithub.com%5C%2Fes-shims%5C%2Fes6-shim%5Crvar%20keys%20%3D%20__webpack_require__%280%29%3B%5Crvar%20bind%20%3D%20__webpack_require__%288%29%3B%5Crvar%20canBeObject%20%3D%20function%20%28obj%29%20%7B%5Cr%5Ctreturn%20typeof%20obj%20%21%3D%3D%20%27undefined%27%20%26%26%20obj%20%21%3D%3D%20null%3B%5Cr%7D%3B%5Crvar%20hasSymbols%20%3D%20__webpack_require__%2810%29%28%29%3B%5Crvar%20toObject%20%3D%20Object%3B%5Crvar%20push%20%3D%20bind.call%28Function.call%2C%20Array.prototype.push%29%3B%5Crvar%20propIsEnumerable%20%3D%20bind.call%28Function.call%2C%20Object.prototype.propertyIsEnumerable%29%3B%5Crvar%20originalGetSymbols%20%3D%20hasSymbols%20%3F%20Object.getOwnPropertySymbols%20%3A%20null%3B%5Cr%5Crmodule.exports%20%3D%20function%20assign%28target%2C%20source1%29%20%7B%5Cr%5Ctif%20%28%21canBeObject%28target%29%29%20%7B%20throw%20new%20TypeError%28%27target%20must%20be%20an%20object%27%29%3B%20%7D%5Cr%5Ctvar%20objTarget%20%3D%20toObject%28target%29%3B%5Cr%5Ctvar%20s%2C%20source%2C%20i%2C%20props%2C%20syms%2C%20value%2C%20key%3B%5Cr%5Ctfor%20%28s%20%3D%201%3B%20s%20%3C%20arguments.length%3B%20%2B%2Bs%29%20%7B%5Cr%5Ct%5Ctsource%20%3D%20toObject%28arguments%5Bs%5D%29%3B%5Cr%5Ct%5Ctprops%20%3D%20keys%28source%29%3B%5Cr%5Ct%5Ctvar%20getSymbols%20%3D%20hasSymbols%20%26%26%20%28Object.getOwnPropertySymbols%20%7C%7C%20originalGetSymbols%29%3B%5Cr%5Ct%5Ctif%20%28getSymbols%29%20%7B%5Cr%5Ct%5Ct%5Ctsyms%20%3D%20getSymbols%28source%29%3B%5Cr%5Ct%5Ct%5Ctfor%20%28i%20%3D%200%3B%20i%20%3C%20syms.length%3B%20%2B%2Bi%29%20%7B%5Cr%5Ct%5Ct%5Ct%5Ctkey%20%3D%20syms%5Bi%5D%3B%5Cr%5Ct%5Ct%5Ct%5Ctif%20%28propIsEnumerable%28source%2C%20key%29%29%20%7B%5Cr%5Ct%5Ct%5Ct%5Ct%5Ctpush%28props%2C%20key%29%3B%5Cr%5Ct%5Ct%5Ct%5Ct%7D%5Cr%5Ct%5Ct%5Ct%7D%5Cr%5Ct%5Ct%7D%5Cr%5Ct%5Ctfor%20%28i%20%3D%200%3B%20i%20%3C%20props.length%3B%20%2B%2Bi%29%20%7B%5Cr%5Ct%5Ct%5Ctkey%20%3D%20props%5Bi%5D%3B%5Cr%5Ct%5Ct%5Ctvalue%20%3D%20source%5Bkey%5D%3B%5Cr%5Ct%5Ct%5Ctif%20%28propIsEnumerable%28source%2C%20key%29%29%20%7B%5Cr%5Ct%5Ct%5Ct%5CtobjTarget%5Bkey%5D%20%3D%20value%3B%5Cr%5Ct%5Ct%5Ct%7D%5Cr%5Ct%5Ct%7D%5Cr%5Ct%7D%5Cr%5Ctreturn%20objTarget%3B%5Cr%7D%3B%5Cr%5Cr%5Cr%5C%2F%2A%2A%2A%5C%2F%20%7D%29%2C%5Cr%5C%2F%2A%203%20%2A%5C%2F%5Cr%5C%2F%2A%2A%2A%5C%2F%20%28function%28module%2C%20exports%2C%20__webpack_require__%29%20%7B%5Cr%5Cr%5C%22use%20strict%5C%22%3B%5Cr%5Cr%5Crvar%20implementation%20%3D%20__webpack_require__%282%29%3B%5Cr%5Crvar%20lacksProperEnumerationOrder%20%3D%20function%20%28%29%20%7B%5Cr%5Ctif%20%28%21Object.assign%29%20%7B%5Cr%5Ct%5Ctreturn%20false%3B%5Cr%5Ct%7D%5Cr%5Ct%5C%2F%5C%2F%20v8%2C%20specifically%20in%20node%204.x%2C%20has%20a%20bug%20with%20incorrect%20property%20enumeration%20order%5Cr%5Ct%5C%2F%5C%2F%20note%3A%20this%20does%20not%20detect%20the%20bug%20unless%20there%27s%2020%20characters%5Cr%5Ctvar%20str%20%3D%20%27abcdefghijklmnopqrst%27%3B%5Cr%5Ctvar%20letters%20%3D%20str.split%28%27%27%29%3B%5Cr%5Ctvar%20map%20%3D%20%7B%7D%3B%5Cr%5Ctfor%20%28var%20i%20%3D%200%3B%20i%20%3C%20letters.length%3B%20%2B%2Bi%29%20%7B%5Cr%5Ct%5Ctmap%5Bletters%5Bi%5D%5D%20%3D%20letters%5Bi%5D%3B%5Cr%5Ct%7D%5Cr%5Ctvar%20obj%20%3D%20Object.assign%28%7B%7D%2C%20map%29%3B%5Cr%5Ctvar%20actual%20%3D%20%27%27%3B%5Cr%5Ctfor%20%28var%20k%20in%20obj%29%20%7B%5Cr%5Ct%5Ctactual%20%2B%3D%20k%3B%5Cr%5Ct%7D%5Cr%5Ctreturn%20str%20%21%3D%3D%20actual%3B%5Cr%7D%3B%5Cr%5Crvar%20assignHasPendingExceptions%20%3D%20function%20%28%29%20%7B%5Cr%5Ctif%20%28%21Object.assign%20%7C%7C%20%21Object.preventExtensions%29%20%7B%5Cr%5Ct%5Ctreturn%20false%3B%5Cr%5Ct%7D%5Cr%5Ct%5C%2F%5C%2F%20Firefox%2037%20still%20has%20%5C%22pending%20exception%5C%22%20logic%20in%20its%20Object.assign%20implementation%2C%5Cr%5Ct%5C%2F%5C%2F%20which%20is%2072%25%20slower%20than%20our%20shim%2C%20and%20Firefox%2040%27s%20native%20implementation.%5Cr%5Ctvar%20thrower%20%3D%20Object.preventExtensions%28%7B%201%3A%202%20%7D%29%3B%5Cr%5Cttry%20%7B%5Cr%5Ct%5CtObject.assign%28thrower%2C%20%27xy%27%29%3B%5Cr%5Ct%7D%20catch%20%28e%29%20%7B%5Cr%5Ct%5Ctreturn%20thrower%5B1%5D%20%3D%3D%3D%20%27y%27%3B%5Cr%5Ct%7D%5Cr%5Ctreturn%20false%3B%5Cr%7D%3B%5Cr%5Crmodule.exports%20%3D%20function%20getPolyfill%28%29%20%7B%5Cr%5Ctif%20%28%21Object.assign%29%20%7B%5Cr%5Ct%5Ctreturn%20implementation%3B%5Cr%5Ct%7D%5Cr%5Ctif%20%28lacksProperEnumerationOrder%28%29%29%20%7B%5Cr%5Ct%5Ctreturn%20implementation%3B%5Cr%5Ct%7D%5Cr%5Ctif%20%28assignHasPendingExceptions%28%29%29%20%7B%5Cr%5Ct%5Ctreturn%20implementation%3B%5Cr%5Ct%7D%5Cr%5Ctreturn%20Object.assign%3B%5Cr%7D%3B%5Cr%5Cr%5Cr%5C%2F%2A%2A%2A%5C%2F%20%7D%29%2C%5Cr%5C%2F%2A%204%20%2A%5C%2F%5Cr%5C%2F%2A%2A%2A%5C%2F%20%28function%28module%2C%20exports%2C%20__webpack_require__%29%20%7B%5Cr%5Crvar%20assign%20%3D%20Object.assign%20%7C%7C%20__webpack_require__%285%29%3B%5Cr%5Crvar%20defaultChecks%20%3D%20%7B%5Cr%20%20weasel%20%20%3A%20%7B%20fn%3A%20__webpack_require__%2812%29%2C%20%20%20%20%20%20%20%20%20%20%20%20explanation%3A%20%27is%20a%20weasel%20word%27%20%7D%2C%5Cr%20%20illusion%20%3A%20%7B%20fn%3A%20__webpack_require__%2813%29%2C%20explanation%3A%20%27is%20repeated%27%20%7D%2C%5Cr%20%20so%20%20%20%20%20%20%20%3A%20%7B%20fn%3A%20__webpack_require__%2814%29%2C%20%20%20%20explanation%3A%20%27adds%20no%20meaning%27%20%7D%2C%5Cr%20%20thereIs%20%20%3A%20%7B%20fn%3A%20__webpack_require__%2815%29%2C%20%20%20%20%20%20%20%20%20%20explanation%3A%20%27is%20unnecessary%20verbiage%27%20%7D%2C%5Cr%20%20passive%20%20%3A%20%7B%20fn%3A%20__webpack_require__%2816%29%2C%20%20%20%20%20%20%20%20%20%20%20explanation%3A%20%27may%20be%20passive%20voice%27%20%7D%2C%5Cr%20%20adverb%20%20%20%3A%20%7B%20fn%3A%20__webpack_require__%2817%29%2C%20%20%20%20%20%20%20%20%20%20%20%20explanation%3A%20%27can%20weaken%20meaning%27%7D%2C%5Cr%20%20tooWordy%20%3A%20%7B%20fn%3A%20__webpack_require__%2819%29%2C%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20explanation%3A%20%27is%20wordy%20or%20unneeded%27%7D%2C%5Cr%20%20cliches%20%20%3A%20%7B%20fn%3A%20__webpack_require__%2821%29%2C%20%20%20%20%20%20%20%20%20%20%20%20%20%20explanation%3A%20%27is%20a%20cliche%27%7D%2C%5Cr%20%20eprime%20%20%20%3A%20%7B%20fn%3A%20__webpack_require__%2823%29%2C%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20explanation%3A%20%27is%20a%20form%20of%20%5C%5C%27to%20be%5C%5C%27%27%7D%5Cr%7D%3B%5Cr%5Cr%5C%2F%5C%2F%20User%20must%20explicitly%20opt-in%5Crvar%20disabledChecks%20%3D%20%7B%5Cr%20%20eprime%3A%20false%5Cr%7D%3B%5Cr%5Crmodule.exports%20%3D%20function%20%28text%2C%20opts%29%20%7B%5Cr%20%20opts%20%3D%20opts%20%3F%20opts%20%3A%20%7B%7D%3B%5Cr%20%20var%20finalOpts%20%3D%20%7B%7D%3B%5Cr%20%20opts%20%3D%20assign%28%7B%7D%2C%20disabledChecks%2C%20opts%29%3B%5Cr%20%20Object.keys%28opts%29.map%28function%28optKey%29%20%7B%5Cr%20%20%20%20if%28optKey%20%21%3D%3D%20%27checks%27%29%20%7B%5Cr%20%20%20%20%20%20finalOpts%5BoptKey%5D%20%3D%20opts%5BoptKey%5D%3B%5Cr%20%20%20%20%7D%5Cr%20%20%7D%29%3B%5Cr%5Cr%20%20var%20finalChecks%20%3D%20opts.checks%20%7C%7C%20defaultChecks%3B%5Cr%5Cr%20%20var%20suggestions%20%3D%20%5B%5D%3B%5Cr%20%20Object.keys%28finalChecks%29.forEach%28function%20%28checkName%29%20%7B%5Cr%20%20%20%20if%20%28finalOpts%5BcheckName%5D%20%21%3D%3D%20false%29%20%7B%5Cr%20%20%20%20%20%20suggestions%20%3D%20suggestions.concat%28finalChecks%5BcheckName%5D.fn%28text%29.%5Cr%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20map%28reasonable%28finalChecks%5BcheckName%5D.explanation%29%29%29%3B%5Cr%20%20%20%20%7D%5Cr%20%20%7D%29%3B%5Cr%5Cr%20%20return%20dedup%28suggestions%29.sort%28function%20%28a%2C%20b%29%20%7B%5Cr%20%20%20%20return%20a.index%20%3C%20b.index%20%3F%20-1%20%3A%201%3B%5Cr%20%20%7D%29%3B%5Cr%5Cr%20%20function%20reasonable%20%28reason%29%20%7B%5Cr%20%20%20%20return%20function%20%28suggestion%29%20%7B%5Cr%20%20%20%20%20%20suggestion.reason%20%3D%20%27%5C%22%27%20%2B%5Cr%20%20%20%20%20%20%20%20%20%20text.substr%28suggestion.index%2C%20suggestion.offset%29%20%2B%5Cr%20%20%20%20%20%20%20%20%20%20%27%5C%22%20%27%20%2B%20reason%3B%5Cr%20%20%20%20%20%20return%20suggestion%3B%5Cr%20%20%20%20%7D%3B%5Cr%20%20%7D%5Cr%7D%3B%5Cr%5Cr%5Crfunction%20dedup%20%28suggestions%29%20%7B%5Cr%20%20var%20dupsHash%20%3D%20%7B%7D%3B%5Cr%5Cr%20%20return%20suggestions.reduce%28function%28memo%2C%20suggestion%29%20%7B%5Cr%20%20%20%20var%20key%20%3D%20suggestion.index%20%2B%20%5C%22%3A%5C%22%20%2B%20suggestion.offset%3B%5Cr%20%20%20%20if%20%28%21dupsHash%5Bkey%5D%29%20%7B%5Cr%20%20%20%20%20%20dupsHash%5Bkey%5D%20%3D%20suggestion%3B%5Cr%20%20%20%20%20%20memo.push%28suggestion%29%3B%5Cr%20%20%20%20%7D%20else%20%7B%5Cr%20%20%20%20%20%20dupsHash%5Bkey%5D.reason%20%2B%3D%20%5C%22%20and%20%5C%22%20%2B%20suggestion.reason.substring%28suggestion.offset%20%2B%203%29%3B%5Cr%20%20%20%20%7D%5Cr%20%20%20%20return%20memo%3B%5Cr%20%20%7D%2C%20%5B%5D%29%3B%5Cr%7D%5Cr%5Crmodule.exports.annotate%20%3D%20__webpack_require__%2824%29%3B%5Cr%5Cr%5Cr%5C%2F%2A%2A%2A%5C%2F%20%7D%29%2C%5Cr%5C%2F%2A%205%20%2A%5C%2F%5Cr%5C%2F%2A%2A%2A%5C%2F%20%28function%28module%2C%20exports%2C%20__webpack_require__%29%20%7B%5Cr%5Cr%5C%22use%20strict%5C%22%3B%5Cr%5Cr%5Crvar%20defineProperties%20%3D%20__webpack_require__%281%29%3B%5Cr%5Crvar%20implementation%20%3D%20__webpack_require__%282%29%3B%5Crvar%20getPolyfill%20%3D%20__webpack_require__%283%29%3B%5Crvar%20shim%20%3D%20__webpack_require__%2811%29%3B%5Cr%5Crvar%20polyfill%20%3D%20getPolyfill%28%29%3B%5Cr%5CrdefineProperties%28polyfill%2C%20%7B%5Cr%5Ctimplementation%3A%20implementation%2C%5Cr%5CtgetPolyfill%3A%20getPolyfill%2C%5Cr%5Ctshim%3A%20shim%5Cr%7D%29%3B%5Cr%5Crmodule.exports%20%3D%20polyfill%3B%5Cr%5Cr%5Cr%5C%2F%2A%2A%2A%5C%2F%20%7D%29%2C%5Cr%5C%2F%2A%206%20%2A%5C%2F%5Cr%5C%2F%2A%2A%2A%5C%2F%20%28function%28module%2C%20exports%2C%20__webpack_require__%29%20%7B%5Cr%5Cr%5C%22use%20strict%5C%22%3B%5Cr%5Cr%5Crvar%20toStr%20%3D%20Object.prototype.toString%3B%5Cr%5Crmodule.exports%20%3D%20function%20isArguments%28value%29%20%7B%5Cr%5Ctvar%20str%20%3D%20toStr.call%28value%29%3B%5Cr%5Ctvar%20isArgs%20%3D%20str%20%3D%3D%3D%20%27%5Bobject%20Arguments%5D%27%3B%5Cr%5Ctif%20%28%21isArgs%29%20%7B%5Cr%5Ct%5CtisArgs%20%3D%20str%20%21%3D%3D%20%27%5Bobject%20Array%5D%27%20%26%26%5Cr%5Ct%5Ct%5Ctvalue%20%21%3D%3D%20null%20%26%26%5Cr%5Ct%5Ct%5Cttypeof%20value%20%3D%3D%3D%20%27object%27%20%26%26%5Cr%5Ct%5Ct%5Cttypeof%20value.length%20%3D%3D%3D%20%27number%27%20%26%26%5Cr%5Ct%5Ct%5Ctvalue.length%20%3E%3D%200%20%26%26%5Cr%5Ct%5Ct%5CttoStr.call%28value.callee%29%20%3D%3D%3D%20%27%5Bobject%20Function%5D%27%3B%5Cr%5Ct%7D%5Cr%5Ctreturn%20isArgs%3B%5Cr%7D%3B%5Cr%5Cr%5Cr%5C%2F%2A%2A%2A%5C%2F%20%7D%29%2C%5Cr%5C%2F%2A%207%20%2A%5C%2F%5Cr%5C%2F%2A%2A%2A%5C%2F%20%28function%28module%2C%20exports%29%20%7B%5Cr%5Cr%5Crvar%20hasOwn%20%3D%20Object.prototype.hasOwnProperty%3B%5Crvar%20toString%20%3D%20Object.prototype.toString%3B%5Cr%5Crmodule.exports%20%3D%20function%20forEach%20%28obj%2C%20fn%2C%20ctx%29%20%7B%5Cr%20%20%20%20if%20%28toString.call%28fn%29%20%21%3D%3D%20%27%5Bobject%20Function%5D%27%29%20%7B%5Cr%20%20%20%20%20%20%20%20throw%20new%20TypeError%28%27iterator%20must%20be%20a%20function%27%29%3B%5Cr%20%20%20%20%7D%5Cr%20%20%20%20var%20l%20%3D%20obj.length%3B%5Cr%20%20%20%20if%20%28l%20%3D%3D%3D%20%2Bl%29%20%7B%5Cr%20%20%20%20%20%20%20%20for%20%28var%20i%20%3D%200%3B%20i%20%3C%20l%3B%20i%2B%2B%29%20%7B%5Cr%20%20%20%20%20%20%20%20%20%20%20%20fn.call%28ctx%2C%20obj%5Bi%5D%2C%20i%2C%20obj%29%3B%5Cr%20%20%20%20%20%20%20%20%7D%5Cr%20%20%20%20%7D%20else%20%7B%5Cr%20%20%20%20%20%20%20%20for%20%28var%20k%20in%20obj%29%20%7B%5Cr%20%20%20%20%20%20%20%20%20%20%20%20if%20%28hasOwn.call%28obj%2C%20k%29%29%20%7B%5Cr%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20fn.call%28ctx%2C%20obj%5Bk%5D%2C%20k%2C%20obj%29%3B%5Cr%20%20%20%20%20%20%20%20%20%20%20%20%7D%5Cr%20%20%20%20%20%20%20%20%7D%5Cr%20%20%20%20%7D%5Cr%7D%3B%5Cr%5Cr%5Cr%5Cr%5C%2F%2A%2A%2A%5C%2F%20%7D%29%2C%5Cr%5C%2F%2A%208%20%2A%5C%2F%5Cr%5C%2F%2A%2A%2A%5C%2F%20%28function%28module%2C%20exports%2C%20__webpack_require__%29%20%7B%5Cr%5Crvar%20implementation%20%3D%20__webpack_require__%289%29%3B%5Cr%5Crmodule.exports%20%3D%20Function.prototype.bind%20%7C%7C%20implementation%3B%5Cr%5Cr%5Cr%5C%2F%2A%2A%2A%5C%2F%20%7D%29%2C%5Cr%5C%2F%2A%209%20%2A%5C%2F%5Cr%5C%2F%2A%2A%2A%5C%2F%20%28function%28module%2C%20exports%29%20%7B%5Cr%5Crvar%20ERROR_MESSAGE%20%3D%20%27Function.prototype.bind%20called%20on%20incompatible%20%27%3B%5Crvar%20slice%20%3D%20Array.prototype.slice%3B%5Crvar%20toStr%20%3D%20Object.prototype.toString%3B%5Crvar%20funcType%20%3D%20%27%5Bobject%20Function%5D%27%3B%5Cr%5Crmodule.exports%20%3D%20function%20bind%28that%29%20%7B%5Cr%20%20%20%20var%20target%20%3D%20this%3B%5Cr%20%20%20%20if%20%28typeof%20target%20%21%3D%3D%20%27function%27%20%7C%7C%20toStr.call%28target%29%20%21%3D%3D%20funcType%29%20%7B%5Cr%20%20%20%20%20%20%20%20throw%20new%20TypeError%28ERROR_MESSAGE%20%2B%20target%29%3B%5Cr%20%20%20%20%7D%5Cr%20%20%20%20var%20args%20%3D%20slice.call%28arguments%2C%201%29%3B%5Cr%5Cr%20%20%20%20var%20bound%3B%5Cr%20%20%20%20var%20binder%20%3D%20function%20%28%29%20%7B%5Cr%20%20%20%20%20%20%20%20if%20%28this%20instanceof%20bound%29%20%7B%5Cr%20%20%20%20%20%20%20%20%20%20%20%20var%20result%20%3D%20target.apply%28%5Cr%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20this%2C%5Cr%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20args.concat%28slice.call%28arguments%29%29%5Cr%20%20%20%20%20%20%20%20%20%20%20%20%29%3B%5Cr%20%20%20%20%20%20%20%20%20%20%20%20if%20%28Object%28result%29%20%3D%3D%3D%20result%29%20%7B%5Cr%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20return%20result%3B%5Cr%20%20%20%20%20%20%20%20%20%20%20%20%7D%5Cr%20%20%20%20%20%20%20%20%20%20%20%20return%20this%3B%5Cr%20%20%20%20%20%20%20%20%7D%20else%20%7B%5Cr%20%20%20%20%20%20%20%20%20%20%20%20return%20target.apply%28%5Cr%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20that%2C%5Cr%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20args.concat%28slice.call%28arguments%29%29%5Cr%20%20%20%20%20%20%20%20%20%20%20%20%29%3B%5Cr%20%20%20%20%20%20%20%20%7D%5Cr%20%20%20%20%7D%3B%5Cr%5Cr%20%20%20%20var%20boundLength%20%3D%20Math.max%280%2C%20target.length%20-%20args.length%29%3B%5Cr%20%20%20%20var%20boundArgs%20%3D%20%5B%5D%3B%5Cr%20%20%20%20for%20%28var%20i%20%3D%200%3B%20i%20%3C%20boundLength%3B%20i%2B%2B%29%20%7B%5Cr%20%20%20%20%20%20%20%20boundArgs.push%28%27%24%27%20%2B%20i%29%3B%5Cr%20%20%20%20%7D%5Cr%5Cr%20%20%20%20bound%20%3D%20Function%28%27binder%27%2C%20%27return%20function%20%28%27%20%2B%20boundArgs.join%28%27%2C%27%29%20%2B%20%27%29%7B%20return%20binder.apply%28this%2Carguments%29%3B%20%7D%27%29%28binder%29%3B%5Cr%5Cr%20%20%20%20if%20%28target.prototype%29%20%7B%5Cr%20%20%20%20%20%20%20%20var%20Empty%20%3D%20function%20Empty%28%29%20%7B%7D%3B%5Cr%20%20%20%20%20%20%20%20Empty.prototype%20%3D%20target.prototype%3B%5Cr%20%20%20%20%20%20%20%20bound.prototype%20%3D%20new%20Empty%28%29%3B%5Cr%20%20%20%20%20%20%20%20Empty.prototype%20%3D%20null%3B%5Cr%20%20%20%20%7D%5Cr%5Cr%20%20%20%20return%20bound%3B%5Cr%7D%3B%5Cr%5Cr%5Cr%5C%2F%2A%2A%2A%5C%2F%20%7D%29%2C%5Cr%5C%2F%2A%2010%20%2A%5C%2F%5Cr%5C%2F%2A%2A%2A%5C%2F%20%28function%28module%2C%20exports%2C%20__webpack_require__%29%20%7B%5Cr%5Cr%5C%22use%20strict%5C%22%3B%5Cr%5Cr%5Crvar%20keys%20%3D%20__webpack_require__%280%29%3B%5Cr%5Crmodule.exports%20%3D%20function%20hasSymbols%28%29%20%7B%5Cr%5Ctif%20%28typeof%20Symbol%20%21%3D%3D%20%27function%27%20%7C%7C%20typeof%20Object.getOwnPropertySymbols%20%21%3D%3D%20%27function%27%29%20%7B%20return%20false%3B%20%7D%5Cr%5Ctif%20%28typeof%20Symbol.iterator%20%3D%3D%3D%20%27symbol%27%29%20%7B%20return%20true%3B%20%7D%5Cr%5Cr%5Ctvar%20obj%20%3D%20%7B%7D%3B%5Cr%5Ctvar%20sym%20%3D%20Symbol%28%27test%27%29%3B%5Cr%5Ctvar%20symObj%20%3D%20Object%28sym%29%3B%5Cr%5Ctif%20%28typeof%20sym%20%3D%3D%3D%20%27string%27%29%20%7B%20return%20false%3B%20%7D%5Cr%5Cr%5Ctif%20%28Object.prototype.toString.call%28sym%29%20%21%3D%3D%20%27%5Bobject%20Symbol%5D%27%29%20%7B%20return%20false%3B%20%7D%5Cr%5Ctif%20%28Object.prototype.toString.call%28symObj%29%20%21%3D%3D%20%27%5Bobject%20Symbol%5D%27%29%20%7B%20return%20false%3B%20%7D%5Cr%5Cr%5Ct%5C%2F%5C%2F%20temp%20disabled%20per%20https%3A%5C%2F%5C%2Fgithub.com%5C%2Fljharb%5C%2Fobject.assign%5C%2Fissues%5C%2F17%5Cr%5Ct%5C%2F%5C%2F%20if%20%28sym%20instanceof%20Symbol%29%20%7B%20return%20false%3B%20%7D%5Cr%5Ct%5C%2F%5C%2F%20temp%20disabled%20per%20https%3A%5C%2F%5C%2Fgithub.com%5C%2FWebReflection%5C%2Fget-own-property-symbols%5C%2Fissues%5C%2F4%5Cr%5Ct%5C%2F%5C%2F%20if%20%28%21%28symObj%20instanceof%20Symbol%29%29%20%7B%20return%20false%3B%20%7D%5Cr%5Cr%5Ctvar%20symVal%20%3D%2042%3B%5Cr%5Ctobj%5Bsym%5D%20%3D%20symVal%3B%5Cr%5Ctfor%20%28sym%20in%20obj%29%20%7B%20return%20false%3B%20%7D%5Cr%5Ctif%20%28keys%28obj%29.length%20%21%3D%3D%200%29%20%7B%20return%20false%3B%20%7D%5Cr%5Ctif%20%28typeof%20Object.keys%20%3D%3D%3D%20%27function%27%20%26%26%20Object.keys%28obj%29.length%20%21%3D%3D%200%29%20%7B%20return%20false%3B%20%7D%5Cr%5Cr%5Ctif%20%28typeof%20Object.getOwnPropertyNames%20%3D%3D%3D%20%27function%27%20%26%26%20Object.getOwnPropertyNames%28obj%29.length%20%21%3D%3D%200%29%20%7B%20return%20false%3B%20%7D%5Cr%5Cr%5Ctvar%20syms%20%3D%20Object.getOwnPropertySymbols%28obj%29%3B%5Cr%5Ctif%20%28syms.length%20%21%3D%3D%201%20%7C%7C%20syms%5B0%5D%20%21%3D%3D%20sym%29%20%7B%20return%20false%3B%20%7D%5Cr%5Cr%5Ctif%20%28%21Object.prototype.propertyIsEnumerable.call%28obj%2C%20sym%29%29%20%7B%20return%20false%3B%20%7D%5Cr%5Cr%5Ctif%20%28typeof%20Object.getOwnPropertyDescriptor%20%3D%3D%3D%20%27function%27%29%20%7B%5Cr%5Ct%5Ctvar%20descriptor%20%3D%20Object.getOwnPropertyDescriptor%28obj%2C%20sym%29%3B%5Cr%5Ct%5Ctif%20%28descriptor.value%20%21%3D%3D%20symVal%20%7C%7C%20descriptor.enumerable%20%21%3D%3D%20true%29%20%7B%20return%20false%3B%20%7D%5Cr%5Ct%7D%5Cr%5Cr%5Ctreturn%20true%3B%5Cr%7D%3B%5Cr%5Cr%5Cr%5C%2F%2A%2A%2A%5C%2F%20%7D%29%2C%5Cr%5C%2F%2A%2011%20%2A%5C%2F%5Cr%5C%2F%2A%2A%2A%5C%2F%20%28function%28module%2C%20exports%2C%20__webpack_require__%29%20%7B%5Cr%5Cr%5C%22use%20strict%5C%22%3B%5Cr%5Cr%5Crvar%20define%20%3D%20__webpack_require__%281%29%3B%5Crvar%20getPolyfill%20%3D%20__webpack_require__%283%29%3B%5Cr%5Crmodule.exports%20%3D%20function%20shimAssign%28%29%20%7B%5Cr%5Ctvar%20polyfill%20%3D%20getPolyfill%28%29%3B%5Cr%5Ctdefine%28%5Cr%5Ct%5CtObject%2C%5Cr%5Ct%5Ct%7B%20assign%3A%20polyfill%20%7D%2C%5Cr%5Ct%5Ct%7B%20assign%3A%20function%20%28%29%20%7B%20return%20Object.assign%20%21%3D%3D%20polyfill%3B%20%7D%20%7D%5Cr%5Ct%29%3B%5Cr%5Ctreturn%20polyfill%3B%5Cr%7D%3B%5Cr%5Cr%5Cr%5C%2F%2A%2A%2A%5C%2F%20%7D%29%2C%5Cr%5C%2F%2A%2012%20%2A%5C%2F%5Cr%5C%2F%2A%2A%2A%5C%2F%20%28function%28module%2C%20exports%29%20%7B%5Cr%5Crvar%20weasels%20%3D%20%5B%5Cr%20%20%27are%20a%20number%27%2C%5Cr%20%20%27clearly%27%2C%5Cr%20%20%27completely%27%2C%5Cr%20%20%27exceedingly%27%2C%5Cr%20%20%27excellent%27%2C%5Cr%20%20%27extremely%27%2C%5Cr%20%20%27fairly%27%2C%5Cr%20%20%27few%27%2C%5Cr%20%20%27huge%27%2C%5Cr%20%20%27interestingly%27%2C%5Cr%20%20%27is%20a%20number%27%2C%5Cr%20%20%27largely%27%2C%5Cr%20%20%27many%27%2C%5Cr%20%20%27mostly%27%2C%5Cr%20%20%27obviously%27%2C%5Cr%20%20%27quite%27%2C%5Cr%20%20%27relatively%27%2C%5Cr%20%20%27remarkably%27%2C%5Cr%20%20%27several%27%2C%5Cr%20%20%27significantly%27%2C%5Cr%20%20%27substantially%27%2C%5Cr%20%20%27surprisingly%27%2C%5Cr%20%20%27tiny%27%2C%5Cr%20%20%27various%27%2C%5Cr%20%20%27vast%27%2C%5Cr%20%20%27very%27%5Cr%5D%3B%5Cr%5Cr%5C%2F%5C%2F%20Allow%20%5C%22too%20many%5C%22%20and%20%5C%22too%20few%5C%22%5Crvar%20exceptions%20%3D%20%5B%5Cr%20%20%27many%27%2C%5Cr%20%20%27few%27%5Cr%5D%5Cr%5Crvar%20re%20%3D%20new%20RegExp%28%27%5C%5C%5C%5Cb%28%27%20%2B%20weasels.join%28%27%7C%27%29%20%2B%20%27%29%5C%5C%5C%5Cb%27%2C%20%27gi%27%29%3B%5Cr%5Crmodule.exports%20%3D%20function%20%28text%2C%20opts%29%20%7B%5Cr%20%20var%20suggestions%20%3D%20%5B%5D%3B%5Cr%20%20while%20%28match%20%3D%20re.exec%28text%29%29%20%7B%5Cr%20%20%20%20var%20weasel%20%3D%20match%5B0%5D.toLowerCase%28%29%3B%5Cr%20%20%20%20if%20%28exceptions.indexOf%28weasel%29%20%3D%3D%3D%20-1%20%7C%7C%5Cr%20%20%20%20%20%20%20%20text.substr%28match.index-4%2C%204%29%20%21%3D%3D%20%27too%20%27%29%20%7B%5Cr%20%20%20%20%20%20suggestions.push%28%7B%5Cr%20%20%20%20%20%20%20%20index%3A%20match.index%2C%5Cr%20%20%20%20%20%20%20%20offset%3A%20weasel.length%2C%5Cr%20%20%20%20%20%20%7D%29%3B%5Cr%20%20%20%20%7D%5Cr%20%20%7D%5Cr%20%20return%20suggestions%3B%5Cr%7D%3B%5Cr%5Cr%5Cr%5C%2F%2A%2A%2A%5C%2F%20%7D%29%2C%5Cr%5C%2F%2A%2013%20%2A%5C%2F%5Cr%5C%2F%2A%2A%2A%5C%2F%20%28function%28module%2C%20exports%29%20%7B%5Cr%5Cr%5Cr%5C%2F%5C%2F%20via%20http%3A%5C%2F%5C%2Fmatt.might.net%5C%2Farticles%5C%2Fshell-scripts-for-passive-voice-weasel-words-duplicates%5C%2F%5Cr%5Cr%5C%2F%5C%2F%20Example%3A%5Cr%5C%2F%5C%2F%20Many%20readers%20are%20not%20aware%20that%20the%5Cr%5C%2F%5C%2F%20the%20brain%20will%20automatically%20ignore%5Cr%5C%2F%5C%2F%20a%20second%20instance%20of%20the%20word%20%5C%22the%5C%22%5Cr%5C%2F%5C%2F%20when%20it%20starts%20a%20new%20line.%5Crvar%20re%20%3D%20new%20RegExp%28%27%28%5C%5C%5C%5Cs%2A%29%28%5B%5E%5C%5C%5C%5Cs%5D%2B%29%27%2C%20%27gi%27%29%3B%5Crvar%20word%20%3D%20%5C%2F%5C%5Cw%2B%5C%2F%3B%5Cr%5Crmodule.exports%20%3D%20function%20%28text%29%20%7B%5Cr%20%20var%20suggestions%20%3D%20%5B%5D%3B%5Cr%20%20var%20lastMatch%20%3D%20%27%27%3B%5Cr%20%20while%20%28match%20%3D%20re.exec%28text%29%29%20%7B%5Cr%20%20%20%20if%20%28word.test%28match%5B2%5D%29%20%26%26%20match%5B2%5D.toLowerCase%28%29%20%3D%3D%3D%20lastMatch%29%20%7B%5Cr%20%20%20%20%20%20suggestions.push%28%7B%5Cr%20%20%20%20%20%20%20%20index%3A%20match.index%20%2B%20match%5B1%5D.length%2C%5Cr%20%20%20%20%20%20%20%20offset%3A%20match%5B2%5D.length%5Cr%20%20%20%20%20%20%7D%29%3B%5Cr%20%20%20%20%7D%5Cr%20%20%20%20lastMatch%20%3D%20match%5B2%5D.toLowerCase%28%29%3B%5Cr%20%20%7D%5Cr%20%20return%20suggestions%3B%5Cr%7D%5Cr%5Cr%5Cr%5C%2F%2A%2A%2A%5C%2F%20%7D%29%2C%5Cr%5C%2F%2A%2014%20%2A%5C%2F%5Cr%5C%2F%2A%2A%2A%5C%2F%20%28function%28module%2C%20exports%29%20%7B%5Cr%5Cr%5Cr%5C%2F%5C%2F%20Opinion%3A%20I%20think%20it%27s%20gross%20to%20start%20written%20English%20independent%20clauses%20with%20%5C%22so%5C%22%5Cr%5C%2F%5C%2F%20%20%20%20%20%20%20%20%20%20most%20of%20the%20time.%20Maybe%20it%27s%20okay%20in%20spoken%20English.%5Cr%5C%2F%5C%2F%5Cr%5C%2F%5C%2F%20More%20on%20%5C%22so%3A%5C%22%5Cr%5C%2F%5C%2F%20%2A%20http%3A%5C%2F%5C%2Fwww.nytimes.com%5C%2F2010%5C%2F05%5C%2F22%5C%2Fus%5C%2F22iht-currents.html%3F_r%3D0%5Cr%5C%2F%5C%2F%20%2A%20http%3A%5C%2F%5C%2Fcomminfo.rutgers.edu%5C%2Fimages%5C%2Fcomprofiler%5C%2Fplug_profilegallery%5C%2F84%5C%2Fpg_2103855866.pdf%5Cr%5Cr%5C%2F%5C%2F%20this%20implementation%20is%20really%20naive%5Crvar%20re%20%3D%20new%20RegExp%28%27%28%5B%5E%5C%5Cn%5C%5C%5C%5C.%3B%21%3F%5D%2B%29%28%5B%5C%5C%5C%5C.%3B%21%3F%5D%2B%29%27%2C%20%27gi%27%29%3B%5Crvar%20startsWithSo%20%3D%20new%20RegExp%28%27%5E%28%5C%5C%5C%5Cs%29%2Aso%5C%5C%5C%5Cb%5B%5C%5C%5C%5Cs%5C%5C%5C%5CS%5D%27%2C%20%27i%27%29%3B%5Crmodule.exports%20%3D%20function%20%28text%29%20%7B%5Cr%20%20var%20suggestions%20%3D%20%5B%5D%3B%5Cr%20%20var%20match%2C%20innerMatch%3B%5Cr%5Cr%20%20while%20%28match%20%3D%20re.exec%28text%29%29%20%7B%5Cr%20%20%20%20if%20%28innerMatch%20%3D%20startsWithSo.exec%28match%5B1%5D%29%29%20%7B%5Cr%20%20%20%20%20%20suggestions.push%28%7B%5Cr%20%20%20%20%20%20%20%20index%3A%20match.index%20%2B%20%28innerMatch%5B1%5D%20%7C%7C%20%27%27%29.length%2C%5Cr%20%20%20%20%20%20%20%20offset%3A%202%5Cr%20%20%20%20%20%20%7D%29%3B%5Cr%20%20%20%20%7D%5Cr%20%20%7D%5Cr%20%20return%20suggestions%3B%5Cr%7D%3B%5Cr%5Cr%5Cr%5C%2F%2A%2A%2A%5C%2F%20%7D%29%2C%5Cr%5C%2F%2A%2015%20%2A%5C%2F%5Cr%5C%2F%2A%2A%2A%5C%2F%20%28function%28module%2C%20exports%29%20%7B%5Cr%5Cr%5Cr%5C%2F%5C%2F%20Opinion%3A%20I%20think%20it%27s%20gross%20to%20start%20written%20English%20sentences%20with%20%5C%22there%20%28is%7Care%29%5C%22%5Cr%5C%2F%5C%2F%20%20%20%20%20%20%20%20%20%20%28most%20of%20the%20time%29%5Cr%5Cr%5C%2F%5C%2F%20this%20implementation%20is%20really%20naive%5Crvar%20re%20%3D%20new%20RegExp%28%27%28%5B%5E%5C%5Cn%5C%5C%5C%5C.%3B%21%3F%5D%2B%29%28%5B%5C%5C%5C%5C.%3B%21%3F%5D%2B%29%27%2C%20%27gi%27%29%3B%5Crvar%20startsWithThereIs%20%3D%20new%20RegExp%28%27%5E%28%5C%5C%5C%5Cs%29%2Athere%5C%5C%5C%5Cb%5C%5C%5C%5Cs%28is%7Care%29%5C%5C%5C%5Cb%27%2C%20%27i%27%29%3B%5Crmodule.exports%20%3D%20function%20%28text%29%20%7B%5Cr%20%20var%20suggestions%20%3D%20%5B%5D%3B%5Cr%20%20var%20match%2C%20innerMatch%3B%5Cr%5Cr%20%20while%20%28match%20%3D%20re.exec%28text%29%29%20%7B%5Cr%20%20%20%20if%20%28innerMatch%20%3D%20startsWithThereIs.exec%28match%5B1%5D%29%29%20%7B%5Cr%20%20%20%20%20%20suggestions.push%28%7B%5Cr%20%20%20%20%20%20%20%20index%3A%20match.index%20%2B%20%28innerMatch%5B1%5D%20%7C%7C%20%27%27%29.length%2C%5Cr%20%20%20%20%20%20%20%20offset%3A%20innerMatch%5B0%5D.length%20-%20%28innerMatch%5B1%5D%20%7C%7C%20%27%27%29.length%5Cr%20%20%20%20%20%20%7D%29%3B%5Cr%20%20%20%20%7D%5Cr%20%20%7D%5Cr%20%20return%20suggestions%3B%5Cr%7D%3B%5Cr%5Cr%5Cr%5C%2F%2A%2A%2A%5C%2F%20%7D%29%2C%5Cr%5C%2F%2A%2016%20%2A%5C%2F%5Cr%5C%2F%2A%2A%2A%5C%2F%20%28function%28module%2C%20exports%29%20%7B%5Cr%5Crvar%20irregulars%20%3D%20%5B%5Cr%20%20%27awoken%27%2C%5Cr%20%20%27been%27%2C%5Cr%20%20%27born%27%2C%5Cr%20%20%27beat%27%2C%5Cr%20%20%27become%27%2C%5Cr%20%20%27begun%27%2C%5Cr%20%20%27bent%27%2C%5Cr%20%20%27beset%27%2C%5Cr%20%20%27bet%27%2C%5Cr%20%20%27bid%27%2C%5Cr%20%20%27bidden%27%2C%5Cr%20%20%27bound%27%2C%5Cr%20%20%27bitten%27%2C%5Cr%20%20%27bled%27%2C%5Cr%20%20%27blown%27%2C%5Cr%20%20%27broken%27%2C%5Cr%20%20%27bred%27%2C%5Cr%20%20%27brought%27%2C%5Cr%20%20%27broadcast%27%2C%5Cr%20%20%27built%27%2C%5Cr%20%20%27burnt%27%2C%5Cr%20%20%27burst%27%2C%5Cr%20%20%27bought%27%2C%5Cr%20%20%27cast%27%2C%5Cr%20%20%27caught%27%2C%5Cr%20%20%27chosen%27%2C%5Cr%20%20%27clung%27%2C%5Cr%20%20%27come%27%2C%5Cr%20%20%27cost%27%2C%5Cr%20%20%27crept%27%2C%5Cr%20%20%27cut%27%2C%5Cr%20%20%27dealt%27%2C%5Cr%20%20%27dug%27%2C%5Cr%20%20%27dived%27%2C%5Cr%20%20%27done%27%2C%5Cr%20%20%27drawn%27%2C%5Cr%20%20%27dreamt%27%2C%5Cr%20%20%27driven%27%2C%5Cr%20%20%27drunk%27%2C%5Cr%20%20%27eaten%27%2C%5Cr%20%20%27fallen%27%2C%5Cr%20%20%27fed%27%2C%5Cr%20%20%27felt%27%2C%5Cr%20%20%27fought%27%2C%5Cr%20%20%27found%27%2C%5Cr%20%20%27fit%27%2C%5Cr%20%20%27fled%27%2C%5Cr%20%20%27flung%27%2C%5Cr%20%20%27flown%27%2C%5Cr%20%20%27forbidden%27%2C%5Cr%20%20%27forgotten%27%2C%5Cr%20%20%27foregone%27%2C%5Cr%20%20%27forgiven%27%2C%5Cr%20%20%27forsaken%27%2C%5Cr%20%20%27frozen%27%2C%5Cr%20%20%27gotten%27%2C%5Cr%20%20%27given%27%2C%5Cr%20%20%27gone%27%2C%5Cr%20%20%27ground%27%2C%5Cr%20%20%27grown%27%2C%5Cr%20%20%27hung%27%2C%5Cr%20%20%27heard%27%2C%5Cr%20%20%27hidden%27%2C%5Cr%20%20%27hit%27%2C%5Cr%20%20%27held%27%2C%5Cr%20%20%27hurt%27%2C%5Cr%20%20%27kept%27%2C%5Cr%20%20%27knelt%27%2C%5Cr%20%20%27knit%27%2C%5Cr%20%20%27known%27%2C%5Cr%20%20%27laid%27%2C%5Cr%20%20%27led%27%2C%5Cr%20%20%27leapt%27%2C%5Cr%20%20%27learnt%27%2C%5Cr%20%20%27left%27%2C%5Cr%20%20%27lent%27%2C%5Cr%20%20%27let%27%2C%5Cr%20%20%27lain%27%2C%5Cr%20%20%27lighted%27%2C%5Cr%20%20%27lost%27%2C%5Cr%20%20%27made%27%2C%5Cr%20%20%27meant%27%2C%5Cr%20%20%27met%27%2C%5Cr%20%20%27misspelt%27%2C%5Cr%20%20%27mistaken%27%2C%5Cr%20%20%27mown%27%2C%5Cr%20%20%27overcome%27%2C%5Cr%20%20%27overdone%27%2C%5Cr%20%20%27overtaken%27%2C%5Cr%20%20%27overthrown%27%2C%5Cr%20%20%27paid%27%2C%5Cr%20%20%27pled%27%2C%5Cr%20%20%27proven%27%2C%5Cr%20%20%27put%27%2C%5Cr%20%20%27quit%27%2C%5Cr%20%20%27read%27%2C%5Cr%20%20%27rid%27%2C%5Cr%20%20%27ridden%27%2C%5Cr%20%20%27rung%27%2C%5Cr%20%20%27risen%27%2C%5Cr%20%20%27run%27%2C%5Cr%20%20%27sawn%27%2C%5Cr%20%20%27said%27%2C%5Cr%20%20%27seen%27%2C%5Cr%20%20%27sought%27%2C%5Cr%20%20%27sold%27%2C%5Cr%20%20%27sent%27%2C%5Cr%20%20%27set%27%2C%5Cr%20%20%27sewn%27%2C%5Cr%20%20%27shaken%27%2C%5Cr%20%20%27shaven%27%2C%5Cr%20%20%27shorn%27%2C%5Cr%20%20%27shed%27%2C%5Cr%20%20%27shone%27%2C%5Cr%20%20%27shod%27%2C%5Cr%20%20%27shot%27%2C%5Cr%20%20%27shown%27%2C%5Cr%20%20%27shrunk%27%2C%5Cr%20%20%27shut%27%2C%5Cr%20%20%27sung%27%2C%5Cr%20%20%27sunk%27%2C%5Cr%20%20%27sat%27%2C%5Cr%20%20%27slept%27%2C%5Cr%20%20%27slain%27%2C%5Cr%20%20%27slid%27%2C%5Cr%20%20%27slung%27%2C%5Cr%20%20%27slit%27%2C%5Cr%20%20%27smitten%27%2C%5Cr%20%20%27sown%27%2C%5Cr%20%20%27spoken%27%2C%5Cr%20%20%27sped%27%2C%5Cr%20%20%27spent%27%2C%5Cr%20%20%27spilt%27%2C%5Cr%20%20%27spun%27%2C%5Cr%20%20%27spit%27%2C%5Cr%20%20%27split%27%2C%5Cr%20%20%27spread%27%2C%5Cr%20%20%27sprung%27%2C%5Cr%20%20%27stood%27%2C%5Cr%20%20%27stolen%27%2C%5Cr%20%20%27stuck%27%2C%5Cr%20%20%27stung%27%2C%5Cr%20%20%27stunk%27%2C%5Cr%20%20%27stridden%27%2C%5Cr%20%20%27struck%27%2C%5Cr%20%20%27strung%27%2C%5Cr%20%20%27striven%27%2C%5Cr%20%20%27sworn%27%2C%5Cr%20%20%27swept%27%2C%5Cr%20%20%27swollen%27%2C%5Cr%20%20%27swum%27%2C%5Cr%20%20%27swung%27%2C%5Cr%20%20%27taken%27%2C%5Cr%20%20%27taught%27%2C%5Cr%20%20%27torn%27%2C%5Cr%20%20%27told%27%2C%5Cr%20%20%27thought%27%2C%5Cr%20%20%27thrived%27%2C%5Cr%20%20%27thrown%27%2C%5Cr%20%20%27thrust%27%2C%5Cr%20%20%27trodden%27%2C%5Cr%20%20%27understood%27%2C%5Cr%20%20%27upheld%27%2C%5Cr%20%20%27upset%27%2C%5Cr%20%20%27woken%27%2C%5Cr%20%20%27worn%27%2C%5Cr%20%20%27woven%27%2C%5Cr%20%20%27wed%27%2C%5Cr%20%20%27wept%27%2C%5Cr%20%20%27wound%27%2C%5Cr%20%20%27won%27%2C%5Cr%20%20%27withheld%27%2C%5Cr%20%20%27withstood%27%2C%5Cr%20%20%27wrung%27%2C%5Cr%20%20%27written%27%5Cr%5D%3B%5Cr%5Crvar%20exceptions%20%3D%20%5B%5Cr%20%20%27indeed%27%2C%5Cr%5D%3B%5Cr%5Crvar%20re%20%3D%20new%20RegExp%28%27%5C%5C%5C%5Cb%28am%7Care%7Cwere%7Cbeing%7Cis%7Cbeen%7Cwas%7Cbe%29%5C%5C%5C%5Cb%5C%5C%5C%5Cs%2A%28%5B%5C%5C%5C%5Cw%5D%2Bed%7C%27%20%2B%20irregulars.join%28%27%7C%27%29%20%2B%20%27%29%5C%5C%5C%5Cb%27%2C%20%27gi%27%29%3B%5Crvar%20byRe%3B%20%5C%2F%5C%2F%20lazly%20construct%5Cr%5Crmodule.exports%20%3D%20function%20%28text%2C%20options%29%20%7B%5Cr%20%20var%20r%20%3D%20%28options%20%26%26%20options.by%29%20%3F%5Cr%20%20%20%20%20%20%20%20%20%20%28byRe%20%7C%7C%20constructByRe%28%29%29%20%3A%20re%3B%20%5C%2F%5C%2F%20not%20sorry%5Cr%5Cr%20%20var%20suggestions%20%3D%20%5B%5D%3B%5Cr%20%20while%20%28match%20%3D%20r.exec%28text%29%29%20%7B%5Cr%20%20%20%20if%20%28exceptions.indexOf%28match%5B2%5D.toLowerCase%28%29%29%20%3D%3D%3D%20-1%29%20%7B%5Cr%20%20%20%20%20%20suggestions.push%28%7B%5Cr%20%20%20%20%20%20%20%20index%3A%20match.index%2C%5Cr%20%20%20%20%20%20%20%20offset%3A%20match%5B0%5D.length%5Cr%20%20%20%20%20%20%7D%29%3B%5Cr%20%20%20%20%7D%5Cr%20%20%7D%5Cr%20%20return%20suggestions%3B%5Cr%7D%5Cr%5Cr%5C%2F%5C%2F%20lol%5Crfunction%20constructByRe%20%28%29%20%7B%5Cr%20%20return%20byRe%20%3D%20new%20RegExp%28re.toString%28%29.slice%281%2C%20-3%29%20%2B%20%27%5C%5C%5C%5Cs%2Aby%5C%5C%5C%5Cb%27%2C%20%27gi%27%29%3B%5Cr%7D%5Cr%5Cr%5Cr%5C%2F%2A%2A%2A%5C%2F%20%7D%29%2C%5Cr%5C%2F%2A%2017%20%2A%5C%2F%5Cr%5C%2F%2A%2A%2A%5C%2F%20%28function%28module%2C%20exports%2C%20__webpack_require__%29%20%7B%5Cr%5Crvar%20adverbs%20%3D%20%5B%5Cr%20%20%27absolutel%27%2C%5Cr%20%20%27accidentall%27%2C%5Cr%20%20%27additionall%27%2C%5Cr%20%20%27allegedl%27%2C%5Cr%20%20%27alternativel%27%2C%5Cr%20%20%27angril%27%2C%5Cr%20%20%27anxiousl%27%2C%5Cr%20%20%27approximatel%27%2C%5Cr%20%20%27awkwardl%27%2C%5Cr%20%20%27badl%27%2C%5Cr%20%20%27barel%27%2C%5Cr%20%20%27beautifull%27%2C%5Cr%20%20%27blindl%27%2C%5Cr%20%20%27boldl%27%2C%5Cr%20%20%27bravel%27%2C%5Cr%20%20%27brightl%27%2C%5Cr%20%20%27briskl%27%2C%5Cr%20%20%27bristl%27%2C%5Cr%20%20%27bubbl%27%2C%5Cr%20%20%27busil%27%2C%5Cr%20%20%27calml%27%2C%5Cr%20%20%27carefull%27%2C%5Cr%20%20%27carelessl%27%2C%5Cr%20%20%27cautiousl%27%2C%5Cr%20%20%27cheerfull%27%2C%5Cr%20%20%27clearl%27%2C%5Cr%20%20%27closel%27%2C%5Cr%20%20%27coldl%27%2C%5Cr%20%20%27completel%27%2C%5Cr%20%20%27consequentl%27%2C%5Cr%20%20%27correctl%27%2C%5Cr%20%20%27courageousl%27%2C%5Cr%20%20%27crinkl%27%2C%5Cr%20%20%27cruell%27%2C%5Cr%20%20%27crumbl%27%2C%5Cr%20%20%27cuddl%27%2C%5Cr%20%20%27currentl%27%2C%5Cr%20%20%27dail%27%2C%5Cr%20%20%27daringl%27%2C%5Cr%20%20%27deadl%27%2C%5Cr%20%20%27definitel%27%2C%5Cr%20%20%27deliberatel%27%2C%5Cr%20%20%27doubtfull%27%2C%5Cr%20%20%27dumbl%27%2C%5Cr%20%20%27eagerl%27%2C%5Cr%20%20%27earl%27%2C%5Cr%20%20%27easil%27%2C%5Cr%20%20%27elegantl%27%2C%5Cr%20%20%27enormousl%27%2C%5Cr%20%20%27enthusiasticall%27%2C%5Cr%20%20%27equall%27%2C%5Cr%20%20%27especiall%27%2C%5Cr%20%20%27eventuall%27%2C%5Cr%20%20%27exactl%27%2C%5Cr%20%20%27exceedingl%27%2C%5Cr%20%20%27exclusivel%27%2C%5Cr%20%20%27extremel%27%2C%5Cr%20%20%27fairl%27%2C%5Cr%20%20%27faithfull%27%2C%5Cr%20%20%27fatall%27%2C%5Cr%20%20%27fiercel%27%2C%5Cr%20%20%27finall%27%2C%5Cr%20%20%27fondl%27%2C%5Cr%20%20%27foolishl%27%2C%5Cr%20%20%27fortunatel%27%2C%5Cr%20%20%27frankl%27%2C%5Cr%20%20%27franticall%27%2C%5Cr%20%20%27generousl%27%2C%5Cr%20%20%27gentl%27%2C%5Cr%20%20%27giggl%27%2C%5Cr%20%20%27gladl%27%2C%5Cr%20%20%27gracefull%27%2C%5Cr%20%20%27greedil%27%2C%5Cr%20%20%27happil%27%2C%5Cr%20%20%27hardl%27%2C%5Cr%20%20%27hastil%27%2C%5Cr%20%20%27healthil%27%2C%5Cr%20%20%27heartil%27%2C%5Cr%20%20%27helpfull%27%2C%5Cr%20%20%27honestl%27%2C%5Cr%20%20%27hourl%27%2C%5Cr%20%20%27hungril%27%2C%5Cr%20%20%27hurriedl%27%2C%5Cr%20%20%27immediatel%27%2C%5Cr%20%20%27impatientl%27%2C%5Cr%20%20%27inadequatel%27%2C%5Cr%20%20%27ingeniousl%27%2C%5Cr%20%20%27innocentl%27%2C%5Cr%20%20%27inquisitivel%27%2C%5Cr%20%20%27interestingl%27%2C%5Cr%20%20%27irritabl%27%2C%5Cr%20%20%27jiggl%27%2C%5Cr%20%20%27joyousl%27%2C%5Cr%20%20%27justl%27%2C%5Cr%20%20%27kindl%27%2C%5Cr%20%20%27largel%27%2C%5Cr%20%20%27latel%27%2C%5Cr%20%20%27lazil%27%2C%5Cr%20%20%27likel%27%2C%5Cr%20%20%27literall%27%2C%5Cr%20%20%27lonel%27%2C%5Cr%20%20%27loosel%27%2C%5Cr%20%20%27loudl%27%2C%5Cr%20%20%27loudl%27%2C%5Cr%20%20%27luckil%27%2C%5Cr%20%20%27madl%27%2C%5Cr%20%20%27man%27%2C%5Cr%20%20%27mentall%27%2C%5Cr%20%20%27mildl%27%2C%5Cr%20%20%27monthl%27%2C%5Cr%20%20%27mortall%27%2C%5Cr%20%20%27mostl%27%2C%5Cr%20%20%27mysteriousl%27%2C%5Cr%20%20%27neatl%27%2C%5Cr%20%20%27nervousl%27%2C%5Cr%20%20%27nightl%27%2C%5Cr%20%20%27noisil%27%2C%5Cr%20%20%27normall%27%2C%5Cr%20%20%27obedientl%27%2C%5Cr%20%20%27occasionall%27%2C%5Cr%20%20%27onl%27%2C%5Cr%20%20%27openl%27%2C%5Cr%20%20%27painfull%27%2C%5Cr%20%20%27particularl%27%2C%5Cr%20%20%27patientl%27%2C%5Cr%20%20%27perfectl%27%2C%5Cr%20%20%27politel%27%2C%5Cr%20%20%27poorl%27%2C%5Cr%20%20%27powerfull%27%2C%5Cr%20%20%27presumabl%27%2C%5Cr%20%20%27previousl%27%2C%5Cr%20%20%27promptl%27%2C%5Cr%20%20%27punctuall%27%2C%5Cr%20%20%27quarterl%27%2C%5Cr%20%20%27quickl%27%2C%5Cr%20%20%27quietl%27%2C%5Cr%20%20%27rapidl%27%2C%5Cr%20%20%27rarel%27%2C%5Cr%20%20%27reall%27%2C%5Cr%20%20%27recentl%27%2C%5Cr%20%20%27recklessl%27%2C%5Cr%20%20%27regularl%27%2C%5Cr%20%20%27relativel%27%2C%5Cr%20%20%27reluctantl%27%2C%5Cr%20%20%27remarkabl%27%2C%5Cr%20%20%27repeatedl%27%2C%5Cr%20%20%27rightfull%27%2C%5Cr%20%20%27roughl%27%2C%5Cr%20%20%27rudel%27%2C%5Cr%20%20%27sadl%27%2C%5Cr%20%20%27safel%27%2C%5Cr%20%20%27selfishl%27%2C%5Cr%20%20%27sensibl%27%2C%5Cr%20%20%27seriousl%27%2C%5Cr%20%20%27sharpl%27%2C%5Cr%20%20%27shortl%27%2C%5Cr%20%20%27shyl%27%2C%5Cr%20%20%27significantl%27%2C%5Cr%20%20%27silentl%27%2C%5Cr%20%20%27simpl%27%2C%5Cr%20%20%27sleepil%27%2C%5Cr%20%20%27slowl%27%2C%5Cr%20%20%27smartl%27%2C%5Cr%20%20%27smell%27%2C%5Cr%20%20%27smoothl%27%2C%5Cr%20%20%27softl%27%2C%5Cr%20%20%27solemnl%27%2C%5Cr%20%20%27sparkl%27%2C%5Cr%20%20%27speedil%27%2C%5Cr%20%20%27stealthil%27%2C%5Cr%20%20%27sternl%27%2C%5Cr%20%20%27stupidl%27%2C%5Cr%20%20%27substantiall%27%2C%5Cr%20%20%27successfull%27%2C%5Cr%20%20%27suddenl%27%2C%5Cr%20%20%27surprisingl%27%2C%5Cr%20%20%27suspiciousl%27%2C%5Cr%20%20%27swiftl%27%2C%5Cr%20%20%27tenderl%27%2C%5Cr%20%20%27tensel%27%2C%5Cr%20%20%27thoughtfull%27%2C%5Cr%20%20%27tightl%27%2C%5Cr%20%20%27timel%27%2C%5Cr%20%20%27truthfull%27%2C%5Cr%20%20%27unexpectedl%27%2C%5Cr%20%20%27unfortunatel%27%2C%5Cr%20%20%27usuall%27%2C%5Cr%20%20%27ver%27%2C%5Cr%20%20%27victoriousl%27%2C%5Cr%20%20%27violentl%27%2C%5Cr%20%20%27vivaciousl%27%2C%5Cr%20%20%27warml%27%2C%5Cr%20%20%27waverl%27%2C%5Cr%20%20%27weakl%27%2C%5Cr%20%20%27wearil%27%2C%5Cr%20%20%27weekl%27%2C%5Cr%20%20%27wildl%27%2C%5Cr%20%20%27wisel%27%2C%5Cr%20%20%27worldl%27%2C%5Cr%20%20%27wrinkl%27%2C%5Cr%20%20%27yearl%27%5Cr%5D%3B%5Cr%5Crvar%20weakens%20%3D%20%5B%5Cr%20%20%27just%27%2C%5Cr%20%20%27maybe%27%2C%5Cr%20%20%27stuff%27%2C%5Cr%20%20%27things%27%5Cr%5D%3B%5Cr%5Crvar%20adverbRegex%20%3D%20new%20RegExp%28%5Cr%20%20%27%5C%5C%5C%5Cb%28%27%20%2B%5Cr%20%20%27%28%27%20%2B%20adverbs.join%28%27%7C%27%29%20%2B%20%27%29%28y%29%27%20%2B%5Cr%20%20%27%7C%28%27%20%2B%20weakens.join%28%27%7C%27%29%20%2B%20%27%29%29%5C%5C%5C%5Cb%27%2C%20%27gi%27%29%3B%5Crvar%20matcher%20%3D%20__webpack_require__%2818%29%3B%5Cr%5Crmodule.exports%20%3D%20function%20%28text%29%20%7B%5Cr%20%20return%20matcher%28adverbRegex%2C%20text%2C%20%5C%22adverbs%5C%22%29%3B%5Cr%7D%3B%5Cr%5Cr%5Cr%5C%2F%2A%2A%2A%5C%2F%20%7D%29%2C%5Cr%5C%2F%2A%2018%20%2A%5C%2F%5Cr%5C%2F%2A%2A%2A%5C%2F%20%28function%28module%2C%20exports%29%20%7B%5Cr%5Crvar%20matcher%20%3D%20function%28regex%2C%20text%2C%20type%29%20%7B%5Cr%20%20var%20results%20%3D%20%5B%5D%3B%5Cr%5Cr%20%20while%20%28result%20%3D%20regex.exec%28text%29%29%20%7B%5Cr%20%20%20%20results.push%28%7Bindex%3A%20result.index%2C%20offset%3A%20result%5B0%5D.length%7D%29%3B%5Cr%20%20%7D%5Cr%5Cr%20%20return%20results%3B%5Cr%7D%3B%5Cr%5Crmodule.exports%20%3D%20matcher%3B%5Cr%5Cr%5Cr%5C%2F%2A%2A%2A%5C%2F%20%7D%29%2C%5Cr%5C%2F%2A%2019%20%2A%5C%2F%5Cr%5C%2F%2A%2A%2A%5C%2F%20%28function%28module%2C%20exports%2C%20__webpack_require__%29%20%7B%5Cr%5Crvar%20matcher%20%3D%20__webpack_require__%2820%29%3B%5Crvar%20wordyWords%20%3D%20%5B%5Cr%20%20%27a%20number%20of%27%2C%5Cr%20%20%27abundance%27%2C%5Cr%20%20%27accede%20to%27%2C%5Cr%20%20%27accelerate%27%2C%5Cr%20%20%27accentuate%27%2C%5Cr%20%20%27accompany%27%2C%5Cr%20%20%27accomplish%27%2C%5Cr%20%20%27accorded%27%2C%5Cr%20%20%27accrue%27%2C%5Cr%20%20%27acquiesce%27%2C%5Cr%20%20%27acquire%27%2C%5Cr%20%20%27additional%27%2C%5Cr%20%20%27adjacent%20to%27%2C%5Cr%20%20%27adjustment%27%2C%5Cr%20%20%27admissible%27%2C%5Cr%20%20%27advantageous%27%2C%5Cr%20%20%27adversely%20impact%27%2C%5Cr%20%20%27advise%27%2C%5Cr%20%20%27aforementioned%27%2C%5Cr%20%20%27aggregate%27%2C%5Cr%20%20%27aircraft%27%2C%5Cr%20%20%27all%20of%27%2C%5Cr%20%20%27all%20things%20considered%27%2C%5Cr%20%20%27alleviate%27%2C%5Cr%20%20%27allocate%27%2C%5Cr%20%20%27along%20the%20lines%20of%27%2C%5Cr%20%20%27already%20existing%27%2C%5Cr%20%20%27alternatively%27%2C%5Cr%20%20%27amazing%27%2C%5Cr%20%20%27ameliorate%27%2C%5Cr%20%20%27anticipate%27%2C%5Cr%20%20%27apparent%27%2C%5Cr%20%20%27appreciable%27%2C%5Cr%20%20%27as%20a%20matter%20of%20fact%27%2C%5Cr%20%20%27as%20a%20means%20of%27%2C%5Cr%20%20%27as%20far%20as%20I%5C%5C%27m%20concerned%27%2C%5Cr%20%20%27as%20of%20yet%27%2C%5Cr%20%20%27as%20to%27%2C%5Cr%20%20%27as%20yet%27%2C%5Cr%20%20%27ascertain%27%2C%5Cr%20%20%27assistance%27%2C%5Cr%20%20%27at%20the%20present%20time%27%2C%5Cr%20%20%27at%20this%20time%27%2C%5Cr%20%20%27attain%27%2C%5Cr%20%20%27attributable%20to%27%2C%5Cr%20%20%27authorize%27%2C%5Cr%20%20%27because%20of%20the%20fact%20that%27%2C%5Cr%20%20%27belated%27%2C%5Cr%20%20%27benefit%20from%27%2C%5Cr%20%20%27bestow%27%2C%5Cr%20%20%27by%20means%20of%27%2C%5Cr%20%20%27by%20virtue%20of%20the%20fact%20that%27%2C%5Cr%20%20%27by%20virtue%20of%27%2C%5Cr%20%20%27cease%27%2C%5Cr%20%20%27close%20proximity%27%2C%5Cr%20%20%27commence%27%2C%5Cr%20%20%27comply%20with%27%2C%5Cr%20%20%27concerning%27%2C%5Cr%20%20%27consequently%27%2C%5Cr%20%20%27consolidate%27%2C%5Cr%20%20%27constitutes%27%2C%5Cr%20%20%27demonstrate%27%2C%5Cr%20%20%27depart%27%2C%5Cr%20%20%27designate%27%2C%5Cr%20%20%27discontinue%27%2C%5Cr%20%20%27due%20to%20the%20fact%20that%27%2C%5Cr%20%20%27each%20and%20every%27%2C%5Cr%20%20%27economical%27%2C%5Cr%20%20%27eliminate%27%2C%5Cr%20%20%27elucidate%27%2C%5Cr%20%20%27employ%27%2C%5Cr%20%20%27endeavor%27%2C%5Cr%20%20%27enumerate%27%2C%5Cr%20%20%27equitable%27%2C%5Cr%20%20%27equivalent%27%2C%5Cr%20%20%27evaluate%27%2C%5Cr%20%20%27evidenced%27%2C%5Cr%20%20%27exclusively%27%2C%5Cr%20%20%27expedite%27%2C%5Cr%20%20%27expend%27%2C%5Cr%20%20%27expiration%27%2C%5Cr%20%20%27facilitate%27%2C%5Cr%20%20%27factual%20evidence%27%2C%5Cr%20%20%27feasible%27%2C%5Cr%20%20%27finalize%27%2C%5Cr%20%20%27first%20and%20foremost%27%2C%5Cr%20%20%27for%20all%20intents%20and%20purposes%27%2C%5Cr%20%20%27for%20the%20most%20part%27%2C%5Cr%20%20%27for%20the%20purpose%20of%27%2C%5Cr%20%20%27forfeit%27%2C%5Cr%20%20%27formulate%27%2C%5Cr%20%20%27have%20a%20tendency%20to%27%2C%5Cr%20%20%27honest%20truth%27%2C%5Cr%20%20%27however%27%2C%5Cr%20%20%27if%20and%20when%27%2C%5Cr%20%20%27impacted%27%2C%5Cr%20%20%27implement%27%2C%5Cr%20%20%27in%20a%20manner%20of%20speaking%27%2C%5Cr%20%20%27in%20a%20timely%20manner%27%2C%5Cr%20%20%27in%20a%20very%20real%20sense%27%2C%5Cr%20%20%27in%20accordance%20with%27%2C%5Cr%20%20%27in%20addition%27%2C%5Cr%20%20%27in%20all%20likelihood%27%2C%5Cr%20%20%27in%20an%20effort%20to%27%2C%5Cr%20%20%27in%20between%27%2C%5Cr%20%20%27in%20excess%20of%27%2C%5Cr%20%20%27in%20lieu%20of%27%2C%5Cr%20%20%27in%20light%20of%20the%20fact%20that%27%2C%5Cr%20%20%27in%20many%20cases%27%2C%5Cr%20%20%27in%20my%20opinion%27%2C%5Cr%20%20%27in%20order%20to%27%2C%5Cr%20%20%27in%20regard%20to%27%2C%5Cr%20%20%27in%20some%20instances%27%2C%5Cr%20%20%27in%20terms%20of%27%2C%5Cr%20%20%27in%20the%20case%20of%20%27%2C%5Cr%20%20%27in%20the%20event%20that%27%2C%5Cr%20%20%27in%20the%20final%20analysis%27%2C%5Cr%20%20%27in%20the%20nature%20of%27%2C%5Cr%20%20%27in%20the%20near%20future%27%2C%5Cr%20%20%27in%20the%20process%20of%27%2C%5Cr%20%20%27inception%27%2C%5Cr%20%20%27incumbent%20upon%27%2C%5Cr%20%20%27indicate%27%2C%5Cr%20%20%27indication%27%2C%5Cr%20%20%27initiate%27%2C%5Cr%20%20%27irregardless%27%2C%5Cr%20%20%27is%20applicable%20to%27%2C%5Cr%20%20%27is%20authorized%20to%27%2C%5Cr%20%20%27is%20responsible%20for%27%2C%5Cr%20%20%27it%20is%20essential%27%2C%5Cr%20%20%27it%20is%27%2C%5Cr%20%20%27it%20seems%20that%27%2C%5Cr%20%20%27it%20was%27%2C%5Cr%20%20%27magnitude%27%2C%5Cr%20%20%27maximum%27%2C%5Cr%20%20%27methodology%27%2C%5Cr%20%20%27minimize%27%2C%5Cr%20%20%27minimum%27%2C%5Cr%20%20%27modify%27%2C%5Cr%20%20%27monitor%27%2C%5Cr%20%20%27multiple%27%2C%5Cr%20%20%27necessitate%27%2C%5Cr%20%20%27nevertheless%27%2C%5Cr%20%20%27not%20certain%27%2C%5Cr%20%20%27not%20many%27%2C%5Cr%20%20%27not%20often%27%2C%5Cr%20%20%27not%20unless%27%2C%5Cr%20%20%27not%20unlike%27%2C%5Cr%20%20%27notwithstanding%27%2C%5Cr%20%20%27null%20and%20void%27%2C%5Cr%20%20%27numerous%27%2C%5Cr%20%20%27objective%27%2C%5Cr%20%20%27obligate%27%2C%5Cr%20%20%27obtain%27%2C%5Cr%20%20%27on%20the%20contrary%27%2C%5Cr%20%20%27on%20the%20other%20hand%27%2C%5Cr%20%20%27one%20particular%27%2C%5Cr%20%20%27optimum%27%2C%5Cr%20%20%27overall%27%2C%5Cr%20%20%27owing%20to%20the%20fact%20that%27%2C%5Cr%20%20%27participate%27%2C%5Cr%20%20%27particulars%27%2C%5Cr%20%20%27pass%20away%27%2C%5Cr%20%20%27pertaining%20to%27%2C%5Cr%20%20%27point%20in%20time%27%2C%5Cr%20%20%27portion%27%2C%5Cr%20%20%27possess%27%2C%5Cr%20%20%27preclude%27%2C%5Cr%20%20%27previously%27%2C%5Cr%20%20%27prior%20to%27%2C%5Cr%20%20%27prioritize%27%2C%5Cr%20%20%27procure%27%2C%5Cr%20%20%27proficiency%27%2C%5Cr%20%20%27provided%20that%27%2C%5Cr%20%20%27purchase%27%2C%5Cr%20%20%27put%20simply%27%2C%5Cr%20%20%27readily%20apparent%27%2C%5Cr%20%20%27refer%20back%27%2C%5Cr%20%20%27regarding%27%2C%5Cr%20%20%27relocate%27%2C%5Cr%20%20%27remainder%27%2C%5Cr%20%20%27remuneration%27%2C%5Cr%20%20%27requirement%27%2C%5Cr%20%20%27reside%27%2C%5Cr%20%20%27residence%27%2C%5Cr%20%20%27retain%27%2C%5Cr%20%20%27satisfy%27%2C%5Cr%20%20%27shall%27%2C%5Cr%20%20%27should%20you%20wish%27%2C%5Cr%20%20%27similar%20to%27%2C%5Cr%20%20%27solicit%27%2C%5Cr%20%20%27span%20across%27%2C%5Cr%20%20%27strategize%27%2C%5Cr%20%20%27subsequent%27%2C%5Cr%20%20%27substantial%27%2C%5Cr%20%20%27successfully%20complete%27%2C%5Cr%20%20%27sufficient%27%2C%5Cr%20%20%27terminate%27%2C%5Cr%20%20%27the%20month%20of%27%2C%5Cr%20%20%27the%20point%20I%20am%20trying%20to%20make%27%2C%5Cr%20%20%27therefore%27%2C%5Cr%20%20%27time%20period%27%2C%5Cr%20%20%27took%20advantage%20of%27%2C%5Cr%20%20%27transmit%27%2C%5Cr%20%20%27transpire%27%2C%5Cr%20%20%27type%20of%27%2C%5Cr%20%20%27until%20such%20time%20as%27%2C%5Cr%20%20%27utilization%27%2C%5Cr%20%20%27utilize%27%2C%5Cr%20%20%27validate%27%2C%5Cr%20%20%27various%20different%27%2C%5Cr%20%20%27what%20I%20mean%20to%20say%20is%27%2C%5Cr%20%20%27whether%20or%20not%27%2C%5Cr%20%20%27with%20respect%20to%27%2C%5Cr%20%20%27with%20the%20exception%20of%27%2C%5Cr%20%20%27witnessed%27%5Cr%5D%3B%5Cr%5Crvar%20wordyRegex%20%3D%20new%20RegExp%28%27%5C%5C%5C%5Cb%28%27%20%2B%20wordyWords.join%28%27%7C%27%29%20%2B%20%27%29%5C%5C%5C%5Cb%27%2C%20%27gi%27%29%3B%5Cr%5Crmodule.exports%20%3D%20function%28text%29%20%7B%5Cr%20%20return%20matcher%28wordyRegex%2C%20text%2C%20%5C%22wordy%5C%22%29%3B%5Cr%7D%3B%5Cr%5Cr%5Cr%5C%2F%2A%2A%2A%5C%2F%20%7D%29%2C%5Cr%5C%2F%2A%2020%20%2A%5C%2F%5Cr%5C%2F%2A%2A%2A%5C%2F%20%28function%28module%2C%20exports%29%20%7B%5Cr%5Crvar%20matcher%20%3D%20function%28regex%2C%20text%2C%20type%29%20%7B%5Cr%20%20var%20results%20%3D%20%5B%5D%3B%5Cr%5Cr%20%20while%20%28result%20%3D%20regex.exec%28text%29%29%20%7B%5Cr%20%20%20%20results.push%28%7Bindex%3A%20result.index%2C%20offset%3A%20result%5B0%5D.length%7D%29%3B%5Cr%20%20%7D%5Cr%5Cr%20%20return%20results%3B%5Cr%7D%3B%5Cr%5Crmodule.exports%20%3D%20matcher%3B%5Cr%5Cr%5Cr%5C%2F%2A%2A%2A%5C%2F%20%7D%29%2C%5Cr%5C%2F%2A%2021%20%2A%5C%2F%5Cr%5C%2F%2A%2A%2A%5C%2F%20%28function%28module%2C%20exports%2C%20__webpack_require__%29%20%7B%5Cr%5Crvar%20cliches%20%3D%20%5B%5Cr%20%20%27a%20chip%20off%20the%20old%20block%27%2C%5Cr%20%20%27a%20clean%20slate%27%2C%5Cr%20%20%27a%20dark%20and%20stormy%20night%27%2C%5Cr%20%20%27a%20far%20cry%27%2C%5Cr%20%20%27a%20fine%20kettle%20of%20fish%27%2C%5Cr%20%20%27a%20loose%20cannon%27%2C%5Cr%20%20%27a%20penny%20saved%20is%20a%20penny%20earned%27%2C%5Cr%20%20%27a%20tough%20row%20to%20hoe%27%2C%5Cr%20%20%27a%20word%20to%20the%20wise%27%2C%5Cr%20%20%27ace%20in%20the%20hole%27%2C%5Cr%20%20%27acid%20test%27%2C%5Cr%20%20%27add%20insult%20to%20injury%27%2C%5Cr%20%20%27against%20all%20odds%27%2C%5Cr%20%20%27air%20your%20dirty%20laundry%27%2C%5Cr%20%20%27all%20fun%20and%20games%27%2C%5Cr%20%20%27all%20in%20a%20day%5C%5C%27s%20work%27%2C%5Cr%20%20%27all%20talk%2C%20no%20action%27%2C%5Cr%20%20%27all%20thumbs%27%2C%5Cr%20%20%27all%20your%20eggs%20in%20one%20basket%27%2C%5Cr%20%20%27all%5C%5C%27s%20fair%20in%20love%20and%20war%27%2C%5Cr%20%20%27all%5C%5C%27s%20well%20that%20ends%20well%27%2C%5Cr%20%20%27almighty%20dollar%27%2C%5Cr%20%20%27American%20as%20apple%20pie%27%2C%5Cr%20%20%27an%20axe%20to%20grind%27%2C%5Cr%20%20%27another%20day%2C%20another%20dollar%27%2C%5Cr%20%20%27armed%20to%20the%20teeth%27%2C%5Cr%20%20%27as%20luck%20would%20have%20it%27%2C%5Cr%20%20%27as%20old%20as%20time%27%2C%5Cr%20%20%27as%20the%20crow%20flies%27%2C%5Cr%20%20%27at%20loose%20ends%27%2C%5Cr%20%20%27at%20my%20wits%20end%27%2C%5Cr%20%20%27avoid%20like%20the%20plague%27%2C%5Cr%20%20%27babe%20in%20the%20woods%27%2C%5Cr%20%20%27back%20against%20the%20wall%27%2C%5Cr%20%20%27back%20in%20the%20saddle%27%2C%5Cr%20%20%27back%20to%20square%20one%27%2C%5Cr%20%20%27back%20to%20the%20drawing%20board%27%2C%5Cr%20%20%27bad%20to%20the%20bone%27%2C%5Cr%20%20%27badge%20of%20honor%27%2C%5Cr%20%20%27bald%20faced%20liar%27%2C%5Cr%20%20%27ballpark%20figure%27%2C%5Cr%20%20%27banging%20your%20head%20against%20a%20brick%20wall%27%2C%5Cr%20%20%27baptism%20by%20fire%27%2C%5Cr%20%20%27barking%20up%20the%20wrong%20tree%27%2C%5Cr%20%20%27bat%20out%20of%20hell%27%2C%5Cr%20%20%27be%20all%20and%20end%20all%27%2C%5Cr%20%20%27beat%20a%20dead%20horse%27%2C%5Cr%20%20%27beat%20around%20the%20bush%27%2C%5Cr%20%20%27been%20there%2C%20done%20that%27%2C%5Cr%20%20%27beggars%20can%5C%5C%27t%20be%20choosers%27%2C%5Cr%20%20%27behind%20the%20eight%20ball%27%2C%5Cr%20%20%27bend%20over%20backwards%27%2C%5Cr%20%20%27benefit%20of%20the%20doubt%27%2C%5Cr%20%20%27bent%20out%20of%20shape%27%2C%5Cr%20%20%27best%20thing%20since%20sliced%20bread%27%2C%5Cr%20%20%27bet%20your%20bottom%20dollar%27%2C%5Cr%20%20%27better%20half%27%2C%5Cr%20%20%27better%20late%20than%20never%27%2C%5Cr%20%20%27better%20mousetrap%27%2C%5Cr%20%20%27better%20safe%20than%20sorry%27%2C%5Cr%20%20%27between%20a%20rock%20and%20a%20hard%20place%27%2C%5Cr%20%20%27beyond%20the%20pale%27%2C%5Cr%20%20%27bide%20your%20time%27%2C%5Cr%20%20%27big%20as%20life%27%2C%5Cr%20%20%27big%20cheese%27%2C%5Cr%20%20%27big%20fish%20in%20a%20small%20pond%27%2C%5Cr%20%20%27big%20man%20on%20campus%27%2C%5Cr%20%20%27bigger%20they%20are%20the%20harder%20they%20fall%27%2C%5Cr%20%20%27bird%20in%20the%20hand%27%2C%5Cr%20%20%27bird%5C%5C%27s%20eye%20view%27%2C%5Cr%20%20%27birds%20and%20the%20bees%27%2C%5Cr%20%20%27birds%20of%20a%20feather%20flock%20together%27%2C%5Cr%20%20%27bit%20the%20hand%20that%20feeds%20you%27%2C%5Cr%20%20%27bite%20the%20bullet%27%2C%5Cr%20%20%27bite%20the%20dust%27%2C%5Cr%20%20%27bitten%20off%20more%20than%20he%20can%20chew%27%2C%5Cr%20%20%27black%20as%20coal%27%2C%5Cr%20%20%27black%20as%20pitch%27%2C%5Cr%20%20%27black%20as%20the%20ace%20of%20spades%27%2C%5Cr%20%20%27blast%20from%20the%20past%27%2C%5Cr%20%20%27bleeding%20heart%27%2C%5Cr%20%20%27blessing%20in%20disguise%27%2C%5Cr%20%20%27blind%20ambition%27%2C%5Cr%20%20%27blind%20as%20a%20bat%27%2C%5Cr%20%20%27blind%20leading%20the%20blind%27%2C%5Cr%20%20%27blood%20is%20thicker%20than%20water%27%2C%5Cr%20%20%27blood%20sweat%20and%20tears%27%2C%5Cr%20%20%27blow%20off%20steam%27%2C%5Cr%20%20%27blow%20your%20own%20horn%27%2C%5Cr%20%20%27blushing%20bride%27%2C%5Cr%20%20%27boils%20down%20to%27%2C%5Cr%20%20%27bolt%20from%20the%20blue%27%2C%5Cr%20%20%27bone%20to%20pick%27%2C%5Cr%20%20%27bored%20stiff%27%2C%5Cr%20%20%27bored%20to%20tears%27%2C%5Cr%20%20%27bottomless%20pit%27%2C%5Cr%20%20%27boys%20will%20be%20boys%27%2C%5Cr%20%20%27bright%20and%20early%27%2C%5Cr%20%20%27brings%20home%20the%20bacon%27%2C%5Cr%20%20%27broad%20across%20the%20beam%27%2C%5Cr%20%20%27broken%20record%27%2C%5Cr%20%20%27brought%20back%20to%20reality%27%2C%5Cr%20%20%27bull%20by%20the%20horns%27%2C%5Cr%20%20%27bull%20in%20a%20china%20shop%27%2C%5Cr%20%20%27burn%20the%20midnight%20oil%27%2C%5Cr%20%20%27burning%20question%27%2C%5Cr%20%20%27burning%20the%20candle%20at%20both%20ends%27%2C%5Cr%20%20%27burst%20your%20bubble%27%2C%5Cr%20%20%27bury%20the%20hatchet%27%2C%5Cr%20%20%27busy%20as%20a%20bee%27%2C%5Cr%20%20%27by%20hook%20or%20by%20crook%27%2C%5Cr%20%20%27call%20a%20spade%20a%20spade%27%2C%5Cr%20%20%27called%20onto%20the%20carpet%27%2C%5Cr%20%20%27calm%20before%20the%20storm%27%2C%5Cr%20%20%27can%20of%20worms%27%2C%5Cr%20%20%27can%5C%5C%27t%20cut%20the%20mustard%27%2C%5Cr%20%20%27can%5C%5C%27t%20hold%20a%20candle%20to%27%2C%5Cr%20%20%27case%20of%20mistaken%20identity%27%2C%5Cr%20%20%27cat%20got%20your%20tongue%27%2C%5Cr%20%20%27cat%5C%5C%27s%20meow%27%2C%5Cr%20%20%27caught%20in%20the%20crossfire%27%2C%5Cr%20%20%27caught%20red-handed%27%2C%5Cr%20%20%27checkered%20past%27%2C%5Cr%20%20%27chomping%20at%20the%20bit%27%2C%5Cr%20%20%27cleanliness%20is%20next%20to%20godliness%27%2C%5Cr%20%20%27clear%20as%20a%20bell%27%2C%5Cr%20%20%27clear%20as%20mud%27%2C%5Cr%20%20%27close%20to%20the%20vest%27%2C%5Cr%20%20%27cock%20and%20bull%20story%27%2C%5Cr%20%20%27cold%20shoulder%27%2C%5Cr%20%20%27come%20hell%20or%20high%20water%27%2C%5Cr%20%20%27cool%20as%20a%20cucumber%27%2C%5Cr%20%20%27cool%2C%20calm%2C%20and%20collected%27%2C%5Cr%20%20%27cost%20a%20king%5C%5C%27s%20ransom%27%2C%5Cr%20%20%27count%20your%20blessings%27%2C%5Cr%20%20%27crack%20of%20dawn%27%2C%5Cr%20%20%27crash%20course%27%2C%5Cr%20%20%27creature%20comforts%27%2C%5Cr%20%20%27cross%20that%20bridge%20when%20you%20come%20to%20it%27%2C%5Cr%20%20%27crushing%20blow%27%2C%5Cr%20%20%27cry%20like%20a%20baby%27%2C%5Cr%20%20%27cry%20me%20a%20river%27%2C%5Cr%20%20%27cry%20over%20spilt%20milk%27%2C%5Cr%20%20%27crystal%20clear%27%2C%5Cr%20%20%27curiosity%20killed%20the%20cat%27%2C%5Cr%20%20%27cut%20and%20dried%27%2C%5Cr%20%20%27cut%20through%20the%20red%20tape%27%2C%5Cr%20%20%27cut%20to%20the%20chase%27%2C%5Cr%20%20%27cute%20as%20a%20bugs%20ear%27%2C%5Cr%20%20%27cute%20as%20a%20button%27%2C%5Cr%20%20%27cute%20as%20a%20puppy%27%2C%5Cr%20%20%27cuts%20to%20the%20quick%27%2C%5Cr%20%20%27dark%20before%20the%20dawn%27%2C%5Cr%20%20%27day%20in%2C%20day%20out%27%2C%5Cr%20%20%27dead%20as%20a%20doornail%27%2C%5Cr%20%20%27devil%20is%20in%20the%20details%27%2C%5Cr%20%20%27dime%20a%20dozen%27%2C%5Cr%20%20%27divide%20and%20conquer%27%2C%5Cr%20%20%27dog%20and%20pony%20show%27%2C%5Cr%20%20%27dog%20days%27%2C%5Cr%20%20%27dog%20eat%20dog%27%2C%5Cr%20%20%27dog%20tired%27%2C%5Cr%20%20%27don%5C%5C%27t%20burn%20your%20bridges%27%2C%5Cr%20%20%27don%5C%5C%27t%20count%20your%20chickens%27%2C%5Cr%20%20%27don%5C%5C%27t%20look%20a%20gift%20horse%20in%20the%20mouth%27%2C%5Cr%20%20%27don%5C%5C%27t%20rock%20the%20boat%27%2C%5Cr%20%20%27don%5C%5C%27t%20step%20on%20anyone%5C%5C%27s%20toes%27%2C%5Cr%20%20%27don%5C%5C%27t%20take%20any%20wooden%20nickels%27%2C%5Cr%20%20%27down%20and%20out%27%2C%5Cr%20%20%27down%20at%20the%20heels%27%2C%5Cr%20%20%27down%20in%20the%20dumps%27%2C%5Cr%20%20%27down%20the%20hatch%27%2C%5Cr%20%20%27down%20to%20earth%27%2C%5Cr%20%20%27draw%20the%20line%27%2C%5Cr%20%20%27dressed%20to%20kill%27%2C%5Cr%20%20%27dressed%20to%20the%20nines%27%2C%5Cr%20%20%27drives%20me%20up%20the%20wall%27%2C%5Cr%20%20%27dull%20as%20dishwater%27%2C%5Cr%20%20%27dyed%20in%20the%20wool%27%2C%5Cr%20%20%27eagle%20eye%27%2C%5Cr%20%20%27ear%20to%20the%20ground%27%2C%5Cr%20%20%27early%20bird%20catches%20the%20worm%27%2C%5Cr%20%20%27easier%20said%20than%20done%27%2C%5Cr%20%20%27easy%20as%20pie%27%2C%5Cr%20%20%27eat%20your%20heart%20out%27%2C%5Cr%20%20%27eat%20your%20words%27%2C%5Cr%20%20%27eleventh%20hour%27%2C%5Cr%20%20%27even%20the%20playing%20field%27%2C%5Cr%20%20%27every%20dog%20has%20its%20day%27%2C%5Cr%20%20%27every%20fiber%20of%20my%20being%27%2C%5Cr%20%20%27everything%20but%20the%20kitchen%20sink%27%2C%5Cr%20%20%27eye%20for%20an%20eye%27%2C%5Cr%20%20%27face%20the%20music%27%2C%5Cr%20%20%27facts%20of%20life%27%2C%5Cr%20%20%27fair%20weather%20friend%27%2C%5Cr%20%20%27fall%20by%20the%20wayside%27%2C%5Cr%20%20%27fan%20the%20flames%27%2C%5Cr%20%20%27feast%20or%20famine%27%2C%5Cr%20%20%27feather%20your%20nest%27%2C%5Cr%20%20%27feathered%20friends%27%2C%5Cr%20%20%27few%20and%20far%20between%27%2C%5Cr%20%20%27fifteen%20minutes%20of%20fame%27%2C%5Cr%20%20%27filthy%20vermin%27%2C%5Cr%20%20%27fine%20kettle%20of%20fish%27%2C%5Cr%20%20%27fish%20out%20of%20water%27%2C%5Cr%20%20%27fishing%20for%20a%20compliment%27%2C%5Cr%20%20%27fit%20as%20a%20fiddle%27%2C%5Cr%20%20%27fit%20the%20bill%27%2C%5Cr%20%20%27fit%20to%20be%20tied%27%2C%5Cr%20%20%27flash%20in%20the%20pan%27%2C%5Cr%20%20%27flat%20as%20a%20pancake%27%2C%5Cr%20%20%27flip%20your%20lid%27%2C%5Cr%20%20%27flog%20a%20dead%20horse%27%2C%5Cr%20%20%27fly%20by%20night%27%2C%5Cr%20%20%27fly%20the%20coop%27%2C%5Cr%20%20%27follow%20your%20heart%27%2C%5Cr%20%20%27for%20all%20intents%20and%20purposes%27%2C%5Cr%20%20%27for%20the%20birds%27%2C%5Cr%20%20%27for%20what%20it%5C%5C%27s%20worth%27%2C%5Cr%20%20%27force%20of%20nature%27%2C%5Cr%20%20%27force%20to%20be%20reckoned%20with%27%2C%5Cr%20%20%27forgive%20and%20forget%27%2C%5Cr%20%20%27fox%20in%20the%20henhouse%27%2C%5Cr%20%20%27free%20and%20easy%27%2C%5Cr%20%20%27free%20as%20a%20bird%27%2C%5Cr%20%20%27fresh%20as%20a%20daisy%27%2C%5Cr%20%20%27full%20steam%20ahead%27%2C%5Cr%20%20%27fun%20in%20the%20sun%27%2C%5Cr%20%20%27garbage%20in%2C%20garbage%20out%27%2C%5Cr%20%20%27gentle%20as%20a%20lamb%27%2C%5Cr%20%20%27get%20a%20kick%20out%20of%27%2C%5Cr%20%20%27get%20a%20leg%20up%27%2C%5Cr%20%20%27get%20down%20and%20dirty%27%2C%5Cr%20%20%27get%20the%20lead%20out%27%2C%5Cr%20%20%27get%20to%20the%20bottom%20of%27%2C%5Cr%20%20%27get%20your%20feet%20wet%27%2C%5Cr%20%20%27gets%20my%20goat%27%2C%5Cr%20%20%27gilding%20the%20lily%27%2C%5Cr%20%20%27give%20and%20take%27%2C%5Cr%20%20%27go%20against%20the%20grain%27%2C%5Cr%20%20%27go%20at%20it%20tooth%20and%20nail%27%2C%5Cr%20%20%27go%20for%20broke%27%2C%5Cr%20%20%27go%20him%20one%20better%27%2C%5Cr%20%20%27go%20the%20extra%20mile%27%2C%5Cr%20%20%27go%20with%20the%20flow%27%2C%5Cr%20%20%27goes%20without%20saying%27%2C%5Cr%20%20%27good%20as%20gold%27%2C%5Cr%20%20%27good%20deed%20for%20the%20day%27%2C%5Cr%20%20%27good%20things%20come%20to%20those%20who%20wait%27%2C%5Cr%20%20%27good%20time%20was%20had%20by%20all%27%2C%5Cr%20%20%27good%20times%20were%20had%20by%20all%27%2C%5Cr%20%20%27greased%20lightning%27%2C%5Cr%20%20%27greek%20to%20me%27%2C%5Cr%20%20%27green%20thumb%27%2C%5Cr%20%20%27green-eyed%20monster%27%2C%5Cr%20%20%27grist%20for%20the%20mill%27%2C%5Cr%20%20%27growing%20like%20a%20weed%27%2C%5Cr%20%20%27hair%20of%20the%20dog%27%2C%5Cr%20%20%27hand%20to%20mouth%27%2C%5Cr%20%20%27happy%20as%20a%20clam%27%2C%5Cr%20%20%27happy%20as%20a%20lark%27%2C%5Cr%20%20%27hasn%5C%5C%27t%20a%20clue%27%2C%5Cr%20%20%27have%20a%20nice%20day%27%2C%5Cr%20%20%27have%20high%20hopes%27%2C%5Cr%20%20%27have%20the%20last%20laugh%27%2C%5Cr%20%20%27haven%5C%5C%27t%20got%20a%20row%20to%20hoe%27%2C%5Cr%20%20%27head%20honcho%27%2C%5Cr%20%20%27head%20over%20heels%27%2C%5Cr%20%20%27hear%20a%20pin%20drop%27%2C%5Cr%20%20%27heard%20it%20through%20the%20grapevine%27%2C%5Cr%20%20%27heart%5C%5C%27s%20content%27%2C%5Cr%20%20%27heavy%20as%20lead%27%2C%5Cr%20%20%27hem%20and%20haw%27%2C%5Cr%20%20%27high%20and%20dry%27%2C%5Cr%20%20%27high%20and%20mighty%27%2C%5Cr%20%20%27high%20as%20a%20kite%27%2C%5Cr%20%20%27hit%20paydirt%27%2C%5Cr%20%20%27hold%20your%20head%20up%20high%27%2C%5Cr%20%20%27hold%20your%20horses%27%2C%5Cr%20%20%27hold%20your%20own%27%2C%5Cr%20%20%27hold%20your%20tongue%27%2C%5Cr%20%20%27honest%20as%20the%20day%20is%20long%27%2C%5Cr%20%20%27horns%20of%20a%20dilemma%27%2C%5Cr%20%20%27horse%20of%20a%20different%20color%27%2C%5Cr%20%20%27hot%20under%20the%20collar%27%2C%5Cr%20%20%27hour%20of%20need%27%2C%5Cr%20%20%27I%20beg%20to%20differ%27%2C%5Cr%20%20%27icing%20on%20the%20cake%27%2C%5Cr%20%20%27if%20the%20shoe%20fits%27%2C%5Cr%20%20%27if%20the%20shoe%20were%20on%20the%20other%20foot%27%2C%5Cr%20%20%27in%20a%20jam%27%2C%5Cr%20%20%27in%20a%20jiffy%27%2C%5Cr%20%20%27in%20a%20nutshell%27%2C%5Cr%20%20%27in%20a%20pig%5C%5C%27s%20eye%27%2C%5Cr%20%20%27in%20a%20pinch%27%2C%5Cr%20%20%27in%20a%20word%27%2C%5Cr%20%20%27in%20hot%20water%27%2C%5Cr%20%20%27in%20the%20gutter%27%2C%5Cr%20%20%27in%20the%20nick%20of%20time%27%2C%5Cr%20%20%27in%20the%20thick%20of%20it%27%2C%5Cr%20%20%27in%20your%20dreams%27%2C%5Cr%20%20%27it%20ain%5C%5C%27t%20over%20till%20the%20fat%20lady%20sings%27%2C%5Cr%20%20%27it%20goes%20without%20saying%27%2C%5Cr%20%20%27it%20takes%20all%20kinds%27%2C%5Cr%20%20%27it%20takes%20one%20to%20know%20one%27%2C%5Cr%20%20%27it%5C%5C%27s%20a%20small%20world%27%2C%5Cr%20%20%27it%5C%5C%27s%20only%20a%20matter%20of%20time%27%2C%5Cr%20%20%27ivory%20tower%27%2C%5Cr%20%20%27Jack%20of%20all%20trades%27%2C%5Cr%20%20%27jockey%20for%20position%27%2C%5Cr%20%20%27jog%20your%20memory%27%2C%5Cr%20%20%27joined%20at%20the%20hip%27%2C%5Cr%20%20%27judge%20a%20book%20by%20its%20cover%27%2C%5Cr%20%20%27jump%20down%20your%20throat%27%2C%5Cr%20%20%27jump%20in%20with%20both%20feet%27%2C%5Cr%20%20%27jump%20on%20the%20bandwagon%27%2C%5Cr%20%20%27jump%20the%20gun%27%2C%5Cr%20%20%27jump%20to%20conclusions%27%2C%5Cr%20%20%27just%20a%20hop%2C%20skip%2C%20and%20a%20jump%27%2C%5Cr%20%20%27just%20the%20ticket%27%2C%5Cr%20%20%27justice%20is%20blind%27%2C%5Cr%20%20%27keep%20a%20stiff%20upper%20lip%27%2C%5Cr%20%20%27keep%20an%20eye%20on%27%2C%5Cr%20%20%27keep%20it%20simple%2C%20stupid%27%2C%5Cr%20%20%27keep%20the%20home%20fires%20burning%27%2C%5Cr%20%20%27keep%20up%20with%20the%20Joneses%27%2C%5Cr%20%20%27keep%20your%20chin%20up%27%2C%5Cr%20%20%27keep%20your%20fingers%20crossed%27%2C%5Cr%20%20%27kick%20the%20bucket%27%2C%5Cr%20%20%27kick%20up%20your%20heels%27%2C%5Cr%20%20%27kick%20your%20feet%20up%27%2C%5Cr%20%20%27kid%20in%20a%20candy%20store%27%2C%5Cr%20%20%27kill%20two%20birds%20with%20one%20stone%27%2C%5Cr%20%20%27kiss%20of%20death%27%2C%5Cr%20%20%27knock%20it%20out%20of%20the%20park%27%2C%5Cr%20%20%27knock%20on%20wood%27%2C%5Cr%20%20%27knock%20your%20socks%20off%27%2C%5Cr%20%20%27know%20him%20from%20Adam%27%2C%5Cr%20%20%27know%20the%20ropes%27%2C%5Cr%20%20%27know%20the%20score%27%2C%5Cr%20%20%27knuckle%20down%27%2C%5Cr%20%20%27knuckle%20sandwich%27%2C%5Cr%20%20%27knuckle%20under%27%2C%5Cr%20%20%27labor%20of%20love%27%2C%5Cr%20%20%27ladder%20of%20success%27%2C%5Cr%20%20%27land%20on%20your%20feet%27%2C%5Cr%20%20%27lap%20of%20luxury%27%2C%5Cr%20%20%27last%20but%20not%20least%27%2C%5Cr%20%20%27last%20hurrah%27%2C%5Cr%20%20%27last-ditch%20effort%27%2C%5Cr%20%20%27law%20of%20the%20jungle%27%2C%5Cr%20%20%27law%20of%20the%20land%27%2C%5Cr%20%20%27lay%20down%20the%20law%27%2C%5Cr%20%20%27leaps%20and%20bounds%27%2C%5Cr%20%20%27let%20sleeping%20dogs%20lie%27%2C%5Cr%20%20%27let%20the%20cat%20out%20of%20the%20bag%27%2C%5Cr%20%20%27let%20the%20good%20times%20roll%27%2C%5Cr%20%20%27let%20your%20hair%20down%27%2C%5Cr%20%20%27let%5C%5C%27s%20talk%20turkey%27%2C%5Cr%20%20%27letter%20perfect%27%2C%5Cr%20%20%27lick%20your%20wounds%27%2C%5Cr%20%20%27lies%20like%20a%20rug%27%2C%5Cr%20%20%27life%5C%5C%27s%20a%20bitch%27%2C%5Cr%20%20%27life%5C%5C%27s%20a%20grind%27%2C%5Cr%20%20%27light%20at%20the%20end%20of%20the%20tunnel%27%2C%5Cr%20%20%27lighter%20than%20a%20feather%27%2C%5Cr%20%20%27lighter%20than%20air%27%2C%5Cr%20%20%27like%20clockwork%27%2C%5Cr%20%20%27like%20father%20like%20son%27%2C%5Cr%20%20%27like%20taking%20candy%20from%20a%20baby%27%2C%5Cr%20%20%27like%20there%5C%5C%27s%20no%20tomorrow%27%2C%5Cr%20%20%27lion%5C%5C%27s%20share%27%2C%5Cr%20%20%27live%20and%20learn%27%2C%5Cr%20%20%27live%20and%20let%20live%27%2C%5Cr%20%20%27long%20and%20short%20of%20it%27%2C%5Cr%20%20%27long%20lost%20love%27%2C%5Cr%20%20%27look%20before%20you%20leap%27%2C%5Cr%20%20%27look%20down%20your%20nose%27%2C%5Cr%20%20%27look%20what%20the%20cat%20dragged%20in%27%2C%5Cr%20%20%27looking%20a%20gift%20horse%20in%20the%20mouth%27%2C%5Cr%20%20%27looks%20like%20death%20warmed%20over%27%2C%5Cr%20%20%27loose%20cannon%27%2C%5Cr%20%20%27lose%20your%20head%27%2C%5Cr%20%20%27lose%20your%20temper%27%2C%5Cr%20%20%27loud%20as%20a%20horn%27%2C%5Cr%20%20%27lounge%20lizard%27%2C%5Cr%20%20%27loved%20and%20lost%27%2C%5Cr%20%20%27low%20man%20on%20the%20totem%20pole%27%2C%5Cr%20%20%27luck%20of%20the%20draw%27%2C%5Cr%20%20%27luck%20of%20the%20Irish%27%2C%5Cr%20%20%27make%20hay%20while%20the%20sun%20shines%27%2C%5Cr%20%20%27make%20money%20hand%20over%20fist%27%2C%5Cr%20%20%27make%20my%20day%27%2C%5Cr%20%20%27make%20the%20best%20of%20a%20bad%20situation%27%2C%5Cr%20%20%27make%20the%20best%20of%20it%27%2C%5Cr%20%20%27make%20your%20blood%20boil%27%2C%5Cr%20%20%27man%20of%20few%20words%27%2C%5Cr%20%20%27man%5C%5C%27s%20best%20friend%27%2C%5Cr%20%20%27mark%20my%20words%27%2C%5Cr%20%20%27meaningful%20dialogue%27%2C%5Cr%20%20%27missed%20the%20boat%20on%20that%20one%27%2C%5Cr%20%20%27moment%20in%20the%20sun%27%2C%5Cr%20%20%27moment%20of%20glory%27%2C%5Cr%20%20%27moment%20of%20truth%27%2C%5Cr%20%20%27money%20to%20burn%27%2C%5Cr%20%20%27more%20power%20to%20you%27%2C%5Cr%20%20%27more%20than%20one%20way%20to%20skin%20a%20cat%27%2C%5Cr%20%20%27movers%20and%20shakers%27%2C%5Cr%20%20%27moving%20experience%27%2C%5Cr%20%20%27naked%20as%20a%20jaybird%27%2C%5Cr%20%20%27naked%20truth%27%2C%5Cr%20%20%27neat%20as%20a%20pin%27%2C%5Cr%20%20%27needle%20in%20a%20haystack%27%2C%5Cr%20%20%27needless%20to%20say%27%2C%5Cr%20%20%27neither%20here%20nor%20there%27%2C%5Cr%20%20%27never%20look%20back%27%2C%5Cr%20%20%27never%20say%20never%27%2C%5Cr%20%20%27nip%20and%20tuck%27%2C%5Cr%20%20%27nip%20it%20in%20the%20bud%27%2C%5Cr%20%20%27no%20guts%2C%20no%20glory%27%2C%5Cr%20%20%27no%20love%20lost%27%2C%5Cr%20%20%27no%20pain%2C%20no%20gain%27%2C%5Cr%20%20%27no%20skin%20off%20my%20back%27%2C%5Cr%20%20%27no%20stone%20unturned%27%2C%5Cr%20%20%27no%20time%20like%20the%20present%27%2C%5Cr%20%20%27no%20use%20crying%20over%20spilled%20milk%27%2C%5Cr%20%20%27nose%20to%20the%20grindstone%27%2C%5Cr%20%20%27not%20a%20hope%20in%20hell%27%2C%5Cr%20%20%27not%20a%20minute%5C%5C%27s%20peace%27%2C%5Cr%20%20%27not%20in%20my%20backyard%27%2C%5Cr%20%20%27not%20playing%20with%20a%20full%20deck%27%2C%5Cr%20%20%27not%20the%20end%20of%20the%20world%27%2C%5Cr%20%20%27not%20written%20in%20stone%27%2C%5Cr%20%20%27nothing%20to%20sneeze%20at%27%2C%5Cr%20%20%27nothing%20ventured%20nothing%20gained%27%2C%5Cr%20%20%27now%20we%5C%5C%27re%20cooking%27%2C%5Cr%20%20%27off%20the%20top%20of%20my%20head%27%2C%5Cr%20%20%27off%20the%20wagon%27%2C%5Cr%20%20%27off%20the%20wall%27%2C%5Cr%20%20%27old%20hat%27%2C%5Cr%20%20%27older%20and%20wiser%27%2C%5Cr%20%20%27older%20than%20dirt%27%2C%5Cr%20%20%27older%20than%20Methuselah%27%2C%5Cr%20%20%27on%20a%20roll%27%2C%5Cr%20%20%27on%20cloud%20nine%27%2C%5Cr%20%20%27on%20pins%20and%20needles%27%2C%5Cr%20%20%27on%20the%20bandwagon%27%2C%5Cr%20%20%27on%20the%20money%27%2C%5Cr%20%20%27on%20the%20nose%27%2C%5Cr%20%20%27on%20the%20rocks%27%2C%5Cr%20%20%27on%20the%20spot%27%2C%5Cr%20%20%27on%20the%20tip%20of%20my%20tongue%27%2C%5Cr%20%20%27on%20the%20wagon%27%2C%5Cr%20%20%27on%20thin%20ice%27%2C%5Cr%20%20%27once%20bitten%2C%20twice%20shy%27%2C%5Cr%20%20%27one%20bad%20apple%20doesn%5C%5C%27t%20spoil%20the%20bushel%27%2C%5Cr%20%20%27one%20born%20every%20minute%27%2C%5Cr%20%20%27one%20brick%20short%27%2C%5Cr%20%20%27one%20foot%20in%20the%20grave%27%2C%5Cr%20%20%27one%20in%20a%20million%27%2C%5Cr%20%20%27one%20red%20cent%27%2C%5Cr%20%20%27only%20game%20in%20town%27%2C%5Cr%20%20%27open%20a%20can%20of%20worms%27%2C%5Cr%20%20%27open%20and%20shut%20case%27%2C%5Cr%20%20%27open%20the%20flood%20gates%27%2C%5Cr%20%20%27opportunity%20doesn%5C%5C%27t%20knock%20twice%27%2C%5Cr%20%20%27out%20of%20pocket%27%2C%5Cr%20%20%27out%20of%20sight%2C%20out%20of%20mind%27%2C%5Cr%20%20%27out%20of%20the%20frying%20pan%20into%20the%20fire%27%2C%5Cr%20%20%27out%20of%20the%20woods%27%2C%5Cr%20%20%27out%20on%20a%20limb%27%2C%5Cr%20%20%27over%20a%20barrel%27%2C%5Cr%20%20%27over%20the%20hump%27%2C%5Cr%20%20%27pain%20and%20suffering%27%2C%5Cr%20%20%27pain%20in%20the%27%2C%5Cr%20%20%27panic%20button%27%2C%5Cr%20%20%27par%20for%20the%20course%27%2C%5Cr%20%20%27part%20and%20parcel%27%2C%5Cr%20%20%27party%20pooper%27%2C%5Cr%20%20%27pass%20the%20buck%27%2C%5Cr%20%20%27patience%20is%20a%20virtue%27%2C%5Cr%20%20%27pay%20through%20the%20nose%27%2C%5Cr%20%20%27penny%20pincher%27%2C%5Cr%20%20%27perfect%20storm%27%2C%5Cr%20%20%27pig%20in%20a%20poke%27%2C%5Cr%20%20%27pile%20it%20on%27%2C%5Cr%20%20%27pillar%20of%20the%20community%27%2C%5Cr%20%20%27pin%20your%20hopes%20on%27%2C%5Cr%20%20%27pitter%20patter%20of%20little%20feet%27%2C%5Cr%20%20%27plain%20as%20day%27%2C%5Cr%20%20%27plain%20as%20the%20nose%20on%20your%20face%27%2C%5Cr%20%20%27play%20by%20the%20rules%27%2C%5Cr%20%20%27play%20your%20cards%20right%27%2C%5Cr%20%20%27playing%20the%20field%27%2C%5Cr%20%20%27playing%20with%20fire%27%2C%5Cr%20%20%27pleased%20as%20punch%27%2C%5Cr%20%20%27plenty%20of%20fish%20in%20the%20sea%27%2C%5Cr%20%20%27point%20with%20pride%27%2C%5Cr%20%20%27poor%20as%20a%20church%20mouse%27%2C%5Cr%20%20%27pot%20calling%20the%20kettle%20black%27%2C%5Cr%20%20%27pretty%20as%20a%20picture%27%2C%5Cr%20%20%27pull%20a%20fast%20one%27%2C%5Cr%20%20%27pull%20your%20punches%27%2C%5Cr%20%20%27pulling%20your%20leg%27%2C%5Cr%20%20%27pure%20as%20the%20driven%20snow%27%2C%5Cr%20%20%27put%20it%20in%20a%20nutshell%27%2C%5Cr%20%20%27put%20one%20over%20on%20you%27%2C%5Cr%20%20%27put%20the%20cart%20before%20the%20horse%27%2C%5Cr%20%20%27put%20the%20pedal%20to%20the%20metal%27%2C%5Cr%20%20%27put%20your%20best%20foot%20forward%27%2C%5Cr%20%20%27put%20your%20foot%20down%27%2C%5Cr%20%20%27quick%20as%20a%20bunny%27%2C%5Cr%20%20%27quick%20as%20a%20lick%27%2C%5Cr%20%20%27quick%20as%20a%20wink%27%2C%5Cr%20%20%27quick%20as%20lightning%27%2C%5Cr%20%20%27quiet%20as%20a%20dormouse%27%2C%5Cr%20%20%27rags%20to%20riches%27%2C%5Cr%20%20%27raining%20buckets%27%2C%5Cr%20%20%27raining%20cats%20and%20dogs%27%2C%5Cr%20%20%27rank%20and%20file%27%2C%5Cr%20%20%27rat%20race%27%2C%5Cr%20%20%27reap%20what%20you%20sow%27%2C%5Cr%20%20%27red%20as%20a%20beet%27%2C%5Cr%20%20%27red%20herring%27%2C%5Cr%20%20%27reinvent%20the%20wheel%27%2C%5Cr%20%20%27rich%20and%20famous%27%2C%5Cr%20%20%27rings%20a%20bell%27%2C%5Cr%20%20%27ripe%20old%20age%27%2C%5Cr%20%20%27ripped%20me%20off%27%2C%5Cr%20%20%27rise%20and%20shine%27%2C%5Cr%20%20%27road%20to%20hell%20is%20paved%20with%20good%20intentions%27%2C%5Cr%20%20%27rob%20Peter%20to%20pay%20Paul%27%2C%5Cr%20%20%27roll%20over%20in%20the%20grave%27%2C%5Cr%20%20%27rub%20the%20wrong%20way%27%2C%5Cr%20%20%27ruled%20the%20roost%27%2C%5Cr%20%20%27running%20in%20circles%27%2C%5Cr%20%20%27sad%20but%20true%27%2C%5Cr%20%20%27sadder%20but%20wiser%27%2C%5Cr%20%20%27salt%20of%20the%20earth%27%2C%5Cr%20%20%27scared%20stiff%27%2C%5Cr%20%20%27scared%20to%20death%27%2C%5Cr%20%20%27sealed%20with%20a%20kiss%27%2C%5Cr%20%20%27second%20to%20none%27%2C%5Cr%20%20%27see%20eye%20to%20eye%27%2C%5Cr%20%20%27seen%20the%20light%27%2C%5Cr%20%20%27seize%20the%20day%27%2C%5Cr%20%20%27set%20the%20record%20straight%27%2C%5Cr%20%20%27set%20the%20world%20on%20fire%27%2C%5Cr%20%20%27set%20your%20teeth%20on%20edge%27%2C%5Cr%20%20%27sharp%20as%20a%20tack%27%2C%5Cr%20%20%27shoot%20for%20the%20moon%27%2C%5Cr%20%20%27shoot%20the%20breeze%27%2C%5Cr%20%20%27shot%20in%20the%20dark%27%2C%5Cr%20%20%27shoulder%20to%20the%20wheel%27%2C%5Cr%20%20%27sick%20as%20a%20dog%27%2C%5Cr%20%20%27sigh%20of%20relief%27%2C%5Cr%20%20%27signed%2C%20sealed%2C%20and%20delivered%27%2C%5Cr%20%20%27sink%20or%20swim%27%2C%5Cr%20%20%27six%20of%20one%2C%20half%20a%20dozen%20of%20another%27%2C%5Cr%20%20%27skating%20on%20thin%20ice%27%2C%5Cr%20%20%27slept%20like%20a%20log%27%2C%5Cr%20%20%27slinging%20mud%27%2C%5Cr%20%20%27slippery%20as%20an%20eel%27%2C%5Cr%20%20%27slow%20as%20molasses%27%2C%5Cr%20%20%27smart%20as%20a%20whip%27%2C%5Cr%20%20%27smooth%20as%20a%20baby%5C%5C%27s%20bottom%27%2C%5Cr%20%20%27sneaking%20suspicion%27%2C%5Cr%20%20%27snug%20as%20a%20bug%20in%20a%20rug%27%2C%5Cr%20%20%27sow%20wild%20oats%27%2C%5Cr%20%20%27spare%20the%20rod%2C%20spoil%20the%20child%27%2C%5Cr%20%20%27speak%20of%20the%20devil%27%2C%5Cr%20%20%27spilled%20the%20beans%27%2C%5Cr%20%20%27spinning%20your%20wheels%27%2C%5Cr%20%20%27spitting%20image%20of%27%2C%5Cr%20%20%27spoke%20with%20relish%27%2C%5Cr%20%20%27spread%20like%20wildfire%27%2C%5Cr%20%20%27spring%20to%20life%27%2C%5Cr%20%20%27squeaky%20wheel%20gets%20the%20grease%27%2C%5Cr%20%20%27stands%20out%20like%20a%20sore%20thumb%27%2C%5Cr%20%20%27start%20from%20scratch%27%2C%5Cr%20%20%27stick%20in%20the%20mud%27%2C%5Cr%20%20%27still%20waters%20run%20deep%27%2C%5Cr%20%20%27stitch%20in%20time%27%2C%5Cr%20%20%27stop%20and%20smell%20the%20roses%27%2C%5Cr%20%20%27straight%20as%20an%20arrow%27%2C%5Cr%20%20%27straw%20that%20broke%20the%20camel%5C%5C%27s%20back%27%2C%5Cr%20%20%27strong%20as%20an%20ox%27%2C%5Cr%20%20%27stubborn%20as%20a%20mule%27%2C%5Cr%20%20%27stuff%20that%20dreams%20are%20made%20of%27%2C%5Cr%20%20%27stuffed%20shirt%27%2C%5Cr%20%20%27sweating%20blood%27%2C%5Cr%20%20%27sweating%20bullets%27%2C%5Cr%20%20%27take%20a%20load%20off%27%2C%5Cr%20%20%27take%20one%20for%20the%20team%27%2C%5Cr%20%20%27take%20the%20bait%27%2C%5Cr%20%20%27take%20the%20bull%20by%20the%20horns%27%2C%5Cr%20%20%27take%20the%20plunge%27%2C%5Cr%20%20%27takes%20one%20to%20know%20one%27%2C%5Cr%20%20%27takes%20two%20to%20tango%27%2C%5Cr%20%20%27the%20more%20the%20merrier%27%2C%5Cr%20%20%27the%20real%20deal%27%2C%5Cr%20%20%27the%20real%20McCoy%27%2C%5Cr%20%20%27the%20red%20carpet%20treatment%27%2C%5Cr%20%20%27the%20same%20old%20story%27%2C%5Cr%20%20%27there%20is%20no%20accounting%20for%20taste%27%2C%5Cr%20%20%27thick%20as%20a%20brick%27%2C%5Cr%20%20%27thick%20as%20thieves%27%2C%5Cr%20%20%27thin%20as%20a%20rail%27%2C%5Cr%20%20%27think%20outside%20of%20the%20box%27%2C%5Cr%20%20%27third%20time%5C%5C%27s%20the%20charm%27%2C%5Cr%20%20%27this%20day%20and%20age%27%2C%5Cr%20%20%27this%20hurts%20me%20worse%20than%20it%20hurts%20you%27%2C%5Cr%20%20%27this%20point%20in%20time%27%2C%5Cr%20%20%27three%20sheets%20to%20the%20wind%27%2C%5Cr%20%20%27through%20thick%20and%20thin%27%2C%5Cr%20%20%27throw%20in%20the%20towel%27%2C%5Cr%20%20%27tie%20one%20on%27%2C%5Cr%20%20%27tighter%20than%20a%20drum%27%2C%5Cr%20%20%27time%20and%20time%20again%27%2C%5Cr%20%20%27time%20is%20of%20the%20essence%27%2C%5Cr%20%20%27tip%20of%20the%20iceberg%27%2C%5Cr%20%20%27tired%20but%20happy%27%2C%5Cr%20%20%27to%20coin%20a%20phrase%27%2C%5Cr%20%20%27to%20each%20his%20own%27%2C%5Cr%20%20%27to%20make%20a%20long%20story%20short%27%2C%5Cr%20%20%27to%20the%20best%20of%20my%20knowledge%27%2C%5Cr%20%20%27toe%20the%20line%27%2C%5Cr%20%20%27tongue%20in%20cheek%27%2C%5Cr%20%20%27too%20good%20to%20be%20true%27%2C%5Cr%20%20%27too%20hot%20to%20handle%27%2C%5Cr%20%20%27too%20numerous%20to%20mention%27%2C%5Cr%20%20%27touch%20with%20a%20ten%20foot%20pole%27%2C%5Cr%20%20%27tough%20as%20nails%27%2C%5Cr%20%20%27trial%20and%20error%27%2C%5Cr%20%20%27trials%20and%20tribulations%27%2C%5Cr%20%20%27tried%20and%20true%27%2C%5Cr%20%20%27trip%20down%20memory%20lane%27%2C%5Cr%20%20%27twist%20of%20fate%27%2C%5Cr%20%20%27two%20cents%20worth%27%2C%5Cr%20%20%27two%20peas%20in%20a%20pod%27%2C%5Cr%20%20%27ugly%20as%20sin%27%2C%5Cr%20%20%27under%20the%20counter%27%2C%5Cr%20%20%27under%20the%20gun%27%2C%5Cr%20%20%27under%20the%20same%20roof%27%2C%5Cr%20%20%27under%20the%20weather%27%2C%5Cr%20%20%27until%20the%20cows%20come%20home%27%2C%5Cr%20%20%27unvarnished%20truth%27%2C%5Cr%20%20%27up%20the%20creek%27%2C%5Cr%20%20%27uphill%20battle%27%2C%5Cr%20%20%27upper%20crust%27%2C%5Cr%20%20%27upset%20the%20applecart%27%2C%5Cr%20%20%27vain%20attempt%27%2C%5Cr%20%20%27vain%20effort%27%2C%5Cr%20%20%27vanquish%20the%20enemy%27%2C%5Cr%20%20%27vested%20interest%27%2C%5Cr%20%20%27waiting%20for%20the%20other%20shoe%20to%20drop%27%2C%5Cr%20%20%27wakeup%20call%27%2C%5Cr%20%20%27warm%20welcome%27%2C%5Cr%20%20%27watch%20your%20p%5C%5C%27s%20and%20q%5C%5C%27s%27%2C%5Cr%20%20%27watch%20your%20tongue%27%2C%5Cr%20%20%27watching%20the%20clock%27%2C%5Cr%20%20%27water%20under%20the%20bridge%27%2C%5Cr%20%20%27weather%20the%20storm%27%2C%5Cr%20%20%27weed%20them%20out%27%2C%5Cr%20%20%27week%20of%20Sundays%27%2C%5Cr%20%20%27went%20belly%20up%27%2C%5Cr%20%20%27wet%20behind%20the%20ears%27%2C%5Cr%20%20%27what%20goes%20around%20comes%20around%27%2C%5Cr%20%20%27what%20you%20see%20is%20what%20you%20get%27%2C%5Cr%20%20%27when%20it%20rains%2C%20it%20pours%27%2C%5Cr%20%20%27when%20push%20comes%20to%20shove%27%2C%5Cr%20%20%27when%20the%20cat%5C%5C%27s%20away%27%2C%5Cr%20%20%27when%20the%20going%20gets%20tough%2C%20the%20tough%20get%20going%27%2C%5Cr%20%20%27white%20as%20a%20sheet%27%2C%5Cr%20%20%27whole%20ball%20of%20wax%27%2C%5Cr%20%20%27whole%20hog%27%2C%5Cr%20%20%27whole%20nine%20yards%27%2C%5Cr%20%20%27wild%20goose%20chase%27%2C%5Cr%20%20%27will%20wonders%20never%20cease%3F%27%2C%5Cr%20%20%27wisdom%20of%20the%20ages%27%2C%5Cr%20%20%27wise%20as%20an%20owl%27%2C%5Cr%20%20%27wolf%20at%20the%20door%27%2C%5Cr%20%20%27words%20fail%20me%27%2C%5Cr%20%20%27work%20like%20a%20dog%27%2C%5Cr%20%20%27world%20weary%27%2C%5Cr%20%20%27worst%20nightmare%27%2C%5Cr%20%20%27worth%20its%20weight%20in%20gold%27%2C%5Cr%20%20%27wrong%20side%20of%20the%20bed%27%2C%5Cr%20%20%27yanking%20your%20chain%27%2C%5Cr%20%20%27yappy%20as%20a%20dog%27%2C%5Cr%20%20%27years%20young%27%2C%5Cr%20%20%27you%20are%20what%20you%20eat%27%2C%5Cr%20%20%27you%20can%20run%20but%20you%20can%5C%5C%27t%20hide%27%2C%5Cr%20%20%27you%20only%20live%20once%27%2C%5Cr%20%20%27you%5C%5C%27re%20the%20boss%20%27%2C%5Cr%20%20%27young%20and%20foolish%27%2C%5Cr%20%20%27young%20and%20vibrant%27%2C%5Cr%5D%3B%5Cr%5Crvar%20clicheRegex%20%3D%20new%20RegExp%28%27%5C%5C%5C%5Cb%28%27%20%2B%20cliches.join%28%27%7C%27%29%20%2B%20%27%29%5C%5C%5C%5Cb%27%2C%20%27gi%27%29%3B%5Crvar%20matcher%20%3D%20__webpack_require__%2822%29%3B%5Cr%5Crmodule.exports%20%3D%20function%20%28text%29%20%7B%5Cr%20%20return%20matcher%28clicheRegex%2C%20text%2C%20%5C%22clich%C3%A9s%5C%22%29%3B%5Cr%7D%3B%5Cr%5Cr%5Cr%5C%2F%2A%2A%2A%5C%2F%20%7D%29%2C%5Cr%5C%2F%2A%2022%20%2A%5C%2F%5Cr%5C%2F%2A%2A%2A%5C%2F%20%28function%28module%2C%20exports%29%20%7B%5Cr%5Crvar%20matcher%20%3D%20function%28regex%2C%20text%2C%20type%29%20%7B%5Cr%20%20var%20results%20%3D%20%5B%5D%3B%5Cr%5Cr%20%20while%20%28result%20%3D%20regex.exec%28text%29%29%20%7B%5Cr%20%20%20%20results.push%28%7Bindex%3A%20result.index%2C%20offset%3A%20result%5B0%5D.length%7D%29%3B%5Cr%20%20%7D%5Cr%5Cr%20%20return%20results%3B%5Cr%7D%3B%5Cr%5Crmodule.exports%20%3D%20matcher%3B%5Cr%5Cr%5Cr%5C%2F%2A%2A%2A%5C%2F%20%7D%29%2C%5Cr%5C%2F%2A%2023%20%2A%5C%2F%5Cr%5C%2F%2A%2A%2A%5C%2F%20%28function%28module%2C%20exports%29%20%7B%5Cr%5Crvar%20toBe%20%3D%20%5B%5Cr%20%20%20%20%27am%27%2C%5Cr%20%20%20%20%27are%27%2C%5Cr%20%20%20%20%27aren%5C%5C%27t%27%2C%5Cr%20%20%20%20%27be%27%2C%5Cr%20%20%20%20%27been%27%2C%5Cr%20%20%20%20%27being%27%2C%5Cr%20%20%20%20%27he%5C%5C%27s%27%2C%5Cr%20%20%20%20%27here%5C%5C%27s%27%2C%5Cr%20%20%20%20%27here%5C%5C%27s%27%2C%5Cr%20%20%20%20%27how%5C%5C%27s%27%2C%5Cr%20%20%20%20%27i%5C%5C%27m%27%2C%5Cr%20%20%20%20%27is%27%2C%5Cr%20%20%20%20%27isn%5C%5C%27t%27%2C%5Cr%20%20%20%20%27she%5C%5C%27s%27%2C%5Cr%20%20%20%20%27that%5C%5C%27s%27%2C%5Cr%20%20%20%20%27there%5C%5C%27s%27%2C%5Cr%20%20%20%20%27they%5C%5C%27re%27%2C%5Cr%20%20%20%20%27was%27%2C%5Cr%20%20%20%20%27wasn%5C%5C%27t%27%2C%5Cr%20%20%20%20%27we%5C%5C%27re%27%2C%5Cr%20%20%20%20%27were%27%2C%5Cr%20%20%20%20%27weren%5C%5C%27t%27%2C%5Cr%20%20%20%20%27what%5C%5C%27s%27%2C%5Cr%20%20%20%20%27where%5C%5C%27s%27%2C%5Cr%20%20%20%20%27who%5C%5C%27s%27%2C%5Cr%20%20%20%20%27you%5C%5C%27re%27%5Cr%5D%3B%5Cr%5Crvar%20re%20%3D%20new%20RegExp%28%27%5C%5C%5C%5Cb%28%27%20%2B%20toBe.join%28%27%7C%27%29%20%2B%20%27%29%5C%5C%5C%5Cb%27%2C%20%27gi%27%29%3B%5Cr%5Crmodule.exports%20%3D%20function%20%28text%29%20%7B%5Cr%20%20%20%20var%20suggestions%20%3D%20%5B%5D%3B%5Cr%20%20%20%20if%20%28%21text%20%7C%7C%20text.length%20%3D%3D%3D%200%29%20return%20suggestions%3B%5Cr%20%20%20%20text%20%3D%20text.replace%28%5C%2F%5B%5C%5Cu2018%5C%5Cu2019%5D%5C%2Fg%2C%20%5C%22%27%5C%22%29%3B%20%5C%2F%5C%2F%20convert%20smart%20quotes%5Cr%20%20%20%20while%20%28match%20%3D%20re.exec%28text%29%29%20%7B%5Cr%20%20%20%20%20%20%20%20var%20be%20%3D%20match%5B0%5D.toLowerCase%28%29%3B%5Cr%20%20%20%20%20%20%20%20suggestions.push%28%7B%5Cr%20%20%20%20%20%20%20%20%20%20%20%20index%3A%20match.index%2C%5Cr%20%20%20%20%20%20%20%20%20%20%20%20offset%3A%20be.length%5Cr%20%20%20%20%20%20%20%20%7D%29%3B%5Cr%20%20%20%20%7D%5Cr%5Cr%20%20%20%20return%20suggestions%3B%5Cr%7D%3B%5Cr%5Cr%5C%2F%2A%2A%2A%5C%2F%20%7D%29%2C%5Cr%5C%2F%2A%2024%20%2A%5C%2F%5Cr%5C%2F%2A%2A%2A%5C%2F%20%28function%28module%2C%20exports%29%20%7B%5Cr%5Cr%5Cr%5C%2F%5C%2F%20annotate%20file%20contents%20with%20suggestions%5Crmodule.exports%20%3D%20function%20%28contents%2C%20suggestions%2C%20parse%29%20%7B%5Cr%5Cr%20%20var%20lines%20%3D%20contents.split%28%27%5C%5Cn%27%29%3B%5Cr%5Cr%20%20return%20suggestions.map%28function%20%28suggestion%29%20%7B%5Cr%20%20%20%20var%20lineColumn%20%3D%20findLineColumn%28suggestion.index%29%3B%5Cr%5Cr%20%20%20%20var%20fix%20%3D%200%3B%5Cr%5Cr%20%20%20%20if%20%28lineColumn.col%20%3E%2025%29%20%7B%5Cr%20%20%20%20%20%20fix%20%3D%20lineColumn.col%20-%2025%3B%5Cr%20%20%20%20%7D%5Cr%5Cr%20%20%20%20if%28parse%29%7B%5Cr%20%20%20%20%20%20return%20%7B%5Cr%20%20%20%20%20%20%20%20reason%3A%20suggestion.reason%2C%5Cr%20%20%20%20%20%20%20%20line%3A%20lineColumn.line%2C%5Cr%20%20%20%20%20%20%20%20col%3A%20lineColumn.col%2C%5Cr%20%20%20%20%20%20%7D%5Cr%20%20%20%20%7D%5Cr%20%20%20%20var%20lineSegment%20%3D%20lines%5BlineColumn.line%20-%201%5D.substr%28fix%2C%2080%29%3B%5Cr%5Cr%20%20%20%20return%20%5B%5Cr%20%20%20%20%20%20lineSegment%2C%5Cr%20%20%20%20%20%20repeatChar%28%27%20%27%2C%20lineColumn.col%20-%20fix%29%20%2B%20repeatChar%28%27%5E%27%2C%20suggestion.offset%29%2C%5Cr%20%20%20%20%20%20suggestion.reason%20%2B%20%27%20on%20line%20%27%20%2B%20lineColumn.line%20%2B%20%27%20at%20column%20%27%20%2B%20lineColumn.col%5Cr%20%20%20%20%5D.join%28%27%5C%5Cn%27%29%3B%5Cr%20%20%7D%29%5Cr%5Cr%20%20function%20findLineColumn%20%28index%29%20%7B%5Cr%20%20%20%20var%20line%20%3D%20contents.substr%280%2C%20index%29.split%28%27%5C%5Cn%27%29.length%3B%5Cr%5Cr%5Cr%20%20%20%20var%20startOfLineIndex%20%3D%20%28function%20%28%29%20%7B%5Cr%20%20%20%20%20%20var%20x%20%3D%20lines.slice%280%29%3B%5Cr%20%20%20%20%20%20x.splice%28line%20-%201%29%3B%5Cr%20%20%20%20%20%20return%20x.join%28%27%5C%5Cn%27%29.length%20%2B%20%28x.length%20%3E%200%29%3B%5Cr%20%20%20%20%7D%28%29%29%3B%5Cr%5Cr%20%20%20%20var%20col%20%3D%20index%20-%20startOfLineIndex%3B%5Cr%5Cr%20%20%20%20return%20%7B%5Cr%20%20%20%20%20%20line%3A%20line%2C%5Cr%20%20%20%20%20%20col%3A%20col%5Cr%20%20%20%20%7D%3B%5Cr%20%20%7D%5Cr%7D%5Cr%5Crfunction%20repeatChar%20%28ch%2C%20times%29%20%7B%5Cr%20%20var%20str%20%3D%20%27%27%3B%5Cr%20%20for%20%28var%20i%20%3D%20times%3B%20i%20%3E%200%3B%20i--%29%20%7B%5Cr%20%20%20%20str%20%2B%3D%20ch%3B%5Cr%20%20%7D%5Cr%20%20return%20str%3B%5Cr%7D%5Cr%5Cr%5Cr%5C%2F%2A%2A%2A%5C%2F%20%7D%29%5Cr%5C%2F%2A%2A%2A%2A%2A%2A%5C%2F%20%5D%29%3B%5Cn%5CnwriteGoodDrafts%28%29%3B%22%2C%0A%20%20%20%20%22actionStepType%22%20%3A%20%22Script%22%0A%20%20%7D%2C%0A%20%20%7B%0A%20%20%20%20%22useCustomTemplate%22%20%3A%20true%2C%0A%20%20%20%20%22actionStepType%22%20%3A%20%22HTML%20Preview%22%2C%0A%20%20%20%20%22styleName%22%20%3A%20%22Basic%22%2C%0A%20%20%20%20%22useMarkdown%22%20%3A%20false%2C%0A%20%20%20%20%22htmlTemplate%22%20%3A%20%22%3Chtml%3E%5Cn%3Chead%3E%5Cn%3Cstyle%3E%5Cn%5C%2F%2A%2A%5Cn%20%2A%20markdown.css%5Cn%20%2A%5Cn%20%2A%20This%20program%20is%20free%20software%3A%20you%20can%20redistribute%20it%20and%5C%2For%20modify%20it%20under%5Cn%20%2A%20the%20terms%20of%20the%20GNU%20Lesser%20General%20Public%20License%20as%20published%20by%20the%20Free%5Cn%20%2A%20Software%20Foundation%2C%20either%20version%203%20of%20the%20License%2C%20or%20%28at%20your%20option%29%20any%5Cn%20%2A%20later%20version.%5Cn%20%2A%5Cn%20%2A%20This%20program%20is%20distributed%20in%20the%20hope%20that%20it%20will%20be%20useful%2C%20but%20WITHOUT%5Cn%20%2A%20ANY%20WARRANTY%3B%20without%20even%20the%20implied%20warranty%20of%20MERCHANTABILITY%20or%20FITNESS%5Cn%20%2A%20FOR%20A%20PARTICULAR%20PURPOSE.%20See%20the%20GNU%20Lesser%20General%20Public%20License%20for%20more%5Cn%20%2A%20details.%5Cn%20%2A%5Cn%20%2A%20You%20should%20have%20received%20a%20copy%20of%20the%20GNU%20Lesser%20General%20Public%20License%5Cn%20%2A%20along%20with%20this%20program.%20If%20not%2C%20see%20http%3A%5C%2F%5C%2Fgnu.org%5C%2Flicenses%5C%2Flgpl.txt.%5Cn%20%2A%5Cn%20%2A%20%40project%20%20%20%20%20%20Weblog%20and%20Open%20Source%20Projects%20of%20Florian%20Wolters%5Cn%20%2A%20%40version%20%20%20%20%20%20GIT%3A%20%24Id%24%5Cn%20%2A%20%40package%20%20%20%20%20%20xhtml-css%5Cn%20%2A%20%40author%20%20%20%20%20%20%20Florian%20Wolters%20%3Cflorian.wolters.85%40googlemail.com%3E%5Cn%20%2A%20%40copyright%20%20%20%202012%20Florian%20Wolters%5Cn%20%2A%20%40cssdoc%20%20%20%20%20%20%20version%201.0-pre%5Cn%20%2A%20%40license%20%20%20%20%20%20http%3A%5C%2F%5C%2Fgnu.org%5C%2Flicenses%5C%2Flgpl.txt%20GNU%20Lesser%20General%20Public%20License%5Cn%20%2A%20%40link%20%20%20%20%20%20%20%20%20http%3A%5C%2F%5C%2Fgithub.com%5C%2FFlorianWolters%5C%2Fjekyll-bootstrap-theme%5Cn%20%2A%20%40media%20%20%20%20%20%20%20%20all%5Cn%20%2A%20%40valid%20%20%20%20%20%20%20%20true%5Cn%20%2A%5C%2F%5Cn%5Cnbody%20%7B%5Cn%20%20%20%20font-family%3A%20Helvetica%2C%20Arial%2C%20Freesans%2C%20clean%2C%20sans-serif%3B%5Cnpadding%3A1em%3B%5Cnmargin%3Aauto%3B%5Cnmax-width%3A42em%3B%5Cnbackground%3A%23fefefe%3B%5Cn%7D%5Cn%5Cnh1%2C%20h2%2C%20h3%2C%20h4%2C%20h5%2C%20h6%20%7B%5Cn%20%20%20%20font-weight%3A%20bold%3B%5Cn%7D%5Cn%5Cnh1%20%7B%5Cn%20%20%20%20color%3A%20%23000000%3B%5Cn%20%20%20%20font-size%3A%2028px%3B%5Cn%7D%5Cn%5Cnh2%20%7B%5Cn%20%20%20%20border-bottom%3A%201px%20solid%20%23CCCCCC%3B%5Cn%20%20%20%20color%3A%20%23000000%3B%5Cn%20%20%20%20font-size%3A%2024px%3B%5Cn%7D%5Cn%5Cnh3%20%7B%5Cn%20%20%20%20font-size%3A%2018px%3B%5Cn%7D%5Cn%5Cnh4%20%7B%5Cn%20%20%20%20font-size%3A%2016px%3B%5Cn%7D%5Cn%5Cnh5%20%7B%5Cn%20%20%20%20font-size%3A%2014px%3B%5Cn%7D%5Cn%5Cnh6%20%7B%5Cn%20%20%20%20color%3A%20%23777777%3B%5Cn%20%20%20%20background-color%3A%20inherit%3B%5Cn%20%20%20%20font-size%3A%2014px%3B%5Cn%7D%5Cn%5Cnhr%20%7B%5Cn%20%20%20%20height%3A%200.2em%3B%5Cn%20%20%20%20border%3A%200%3B%5Cn%20%20%20%20color%3A%20%23CCCCCC%3B%5Cn%20%20%20%20background-color%3A%20%23CCCCCC%3B%5Cn%7D%5Cn%5Cnp%2C%20blockquote%2C%20ul%2C%20ol%2C%20dl%2C%20li%2C%20table%2C%20pre%20%7B%5Cn%20%20%20%20margin%3A%2015px%200%3B%5Cn%7D%5Cn%5Cncode%2C%20pre%20%7B%5Cn%20%20%20%20border-radius%3A%203px%3B%5Cn%20%20%20%20background-color%3A%20%23F8F8F8%3B%5Cn%20%20%20%20color%3A%20inherit%3B%5Cn%7D%5Cn%5Cncode%20%7B%5Cn%20%20%20%20border%3A%201px%20solid%20%23EAEAEA%3B%5Cn%20%20%20%20margin%3A%200%202px%3B%5Cn%20%20%20%20padding%3A%200%205px%3B%5Cn%7D%5Cn%5Cnpre%20%7B%5Cn%20%20%20%20border%3A%201px%20solid%20%23CCCCCC%3B%5Cn%20%20%20%20line-height%3A%201.25em%3B%5Cn%20%20%20%20overflow%3A%20auto%3B%5Cn%20%20%20%20padding%3A%206px%2010px%3B%5Cn%7D%5Cn%5Cnpre%20%3E%20code%20%7B%5Cn%20%20%20%20border%3A%200%3B%5Cn%20%20%20%20margin%3A%200%3B%5Cn%20%20%20%20padding%3A%200%3B%5Cn%7D%5Cn%5Cna%2C%20a%3Avisited%20%7B%5Cn%20%20%20%20color%3A%20%234183C4%3B%5Cn%20%20%20%20background-color%3A%20inherit%3B%5Cn%20%20%20%20text-decoration%3A%20none%3B%5Cn%7D%5Cn%5Cn%5C%2F%2A%20end%20markdown.css%20%2A%5C%2F%5Cn%5Cn.writeGoodBox%20%7B%5Cn%5Ctborder%3A%201px%20solid%20black%3B%5Cn%5Ctborder-radius%3A%2015px%3B%5Cn%5Ctpadding%3A%200%201em%201em%201em%3B%5Cn%7D%5Cn%5Cn.writeGoodBox%20blockquote%20%7B%5Cn%5Ctmargin%3A%200%3B%5Cn%5Ctpadding-left%3A%202em%3B%5Cn%5Ctborder-left%3A%204px%20solid%20LightGray%3B%5Cn%7D%5Cn%5Cn.writeGoodHighlight%20%7B%5Cn%5Ctbackground%3A%20LightPink%3B%5Cn%5Ctborder-radius%3A%205px%3B%5Cn%7D%5Cn%3C%5C%2Fstyle%3E%5Cn%3C%5C%2Fhead%3E%5Cn%3Cbody%3E%5Cn%25%25%5Cn%3Cdiv%20class%3D%5C%22writeGoodBox%5C%22%3E%5Cn%23%23%20%E2%80%9CWrite%20good%E2%80%9D%20suggestions%5Cn%5B%5BwriteGoodSuggestions%5D%5D%5Cn%3C%5C%2Fdiv%3E%5Cn%5B%5BwriteGoodHighlighted%5D%5D%5Cn%25%25%5Cn%3C%5C%2Fbody%3E%5Cn%3C%5C%2Fhtml%3E%5Cn%22%0A%20%20%7D%0A%5D&description=Use%20%22write%20good%22%20by%20Brian%20Ford%20to%20make%20readability%20suggestions.%20%0A%0A%22write%20good%22%20javascript%20can%20be%20found%20at%20https%3A%2F%2Fgithub.com%2Fbtford%2Fwrite-good.%0A%0AWorks%20great%20when%20paired%20with%20the%20%22Readability%20Scores%22%20action.&modifiedAt=2017-07-14%2016%3A09%3A14%20%2B0000&name=Write%20Good&iconImageName=343-scribble
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment