⪼ Made with 💜 by Polyglot.
- Content Creation :: Content :: Calendar
- Personal Brand :: Content :: Ideas
- Personal Brand :: Social Media :: LinkedIn :: Post
- A Promise That Always Resolves
- ChatGPT Tip: When conversing with ChatGPT, once it has enough context about the task it is performing, it comes up with an appropriate default title for the conversation; however, it's not easy to copy the conversation title. The problem is that, if you select "rename" from the "..." menu, the title ChatGPT came up with is removed, so you can't simply copy it. If you refresh the page, the conversation will be in the title of the HTML page you're on; however, it's not so easy to copy. The most consistent way I've found to copy the title, is to open the developer console, and issue the following one-liner command:
document.querySelector('h3[class~=text-token-text-tertiary]').parentElement.parentElement.querySelector('li a div').textContent.trim() - Chrome Dev Console Insights
- I've completely changed my workflow 😁
- What to write about???