<aside> 🚨 Want more notes like this? Subscribe to weekly strategy emails: ainotebook.com
</aside>
Step 1: Run Deep Research
Step 2: Enter Refinements
Step 3: Open Activity Tab
Step 4: Install the bookmarklet below and click it
javascript:(function() {
const results = [];
const regex = /Searched for\\s+([^\\n\\r]+)/gi;
function extractText(node) {
if (node.nodeType === Node.TEXT_NODE) {
const text = node.textContent;
let match;
while ((match = regex.exec(text)) !== null) {
results.push(match[1].trim());
}
} else if (node.nodeType === Node.ELEMENT_NODE && node.tagName !== "SCRIPT" && node.tagName !== "STYLE") {
for (const child of node.childNodes) {
extractText(child);
}
}
}
extractText(document.body);
if (results.length > 0) {
const output = results.join("\\n");
navigator.clipboard.writeText(output).then(() => {
alert("Copied " + results.length + " item(s) to clipboard:\\n\\n" + output);
}).catch(() => {
alert("Failed to copy to clipboard.");
});
} else {
alert("No matching 'Searched for' phrases found.");
}
})();
And boom, now we know that this Deep Research journey:
Led to these fanout queries:
project management marketing team tools marketing project management software 2025 Asana marketing project management tool Filestage marketing project management software Asana and Filestage marketing tools Teamwork Slack integration time tracking Asana pricing and Slack integration Asana time tracking integration Slack Asana task notifications integration Asana vs Monday vs Wrike reviews 2025 Adobe Workfront marketing review 2025 Monday.com time tracking pricing tiers Teamwork pricing and Slack integration ClickUp pricing tiers and Slack integration Forbes Teamwork review 2025 Adobe Workfront Slack integration 2024
P.S. This is how the bookmarklet got here.