Skip to content

Instantly share code, notes, and snippets.

@seokjeon
Created September 27, 2021 23:04
Show Gist options
  • Save seokjeon/828290dae5c8b4fbf504e1306c440373 to your computer and use it in GitHub Desktop.
Save seokjeon/828290dae5c8b4fbf504e1306c440373 to your computer and use it in GitHub Desktop.
Export md from dev.to article
// Copy the code below, and paste it on address bar where you want to export markdown.
javascript:var url=window.location.href.split("/");url.splice(3,0,"api","articles"),fetch(url.join("/")).then(o=>o.json()).then(o=>console.log(o.body_markdown));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment