Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- javascript:(function(){let a=Array.prototype.slice.apply(document.querySelectorAll(".text-base .whitespace-pre-wrap")).map(b=>{let c=b.querySelector(".markdown")?"gpt":"user";return`<div class="${c}"><h2>${c.toUpperCase()}</h2>${b.innerHTML}</div>\n`}).join("<hr />\n");let d=`<html><head><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/github-markdown-css/5.2.0/github-markdown.min.css"><link rel="stylesheet" href="https://unpkg.com/highlight.js@latest/styles/intellij-light.css"></head><body><article class="markdown-body">${a}</article></body></html>`,e=new Blob([d],{type:"text/html"}),f=URL.createObjectURL(e),g=document.createElement("a");g.setAttribute("href",f),g.setAttribute("download",`chatgpt-${(new Date).getTime()}.html`),g.click(),URL.revokeObjectURL(f)})();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement