I'm migrating a ~500-page site to another CMS. The old site uses Textile markup for content in the editor and outputs pure HTML, the new site uses HTML throughout, so it's not possible to copy the articles from the old editor to the new one; copying the old HTML from source code and pasting it into the new editor however works wonderfully. I would like to automatically copy the HTML from the old site (contained in a vic with a unique class) into the clipboard automatically. Is there a bookmarklet or a userscript that could accomplish this goal?
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
|
|
Just after posting the question I've discovered you can do this in a couple of clicks in Chrome: right-click and Inspect element, then right-click the element in the DOM tree and Copy as HTML. Still, it'd be nice to see something faster, and this method unfortunately picks up the target element's tag. |
||||
|
|