- Open https://reviews.llvm.org/differential/query/authored/
- Run this snippet in the console.
copy(Array.from(document.querySelectorAll('.phui-oi-link')).map(a => `<li><a href="${a.href}">${a.title}</a></li>`).join("\n"))
copy(Array.from(document.querySelectorAll('.phui-oi-link')).map(a => `<li><a href="${a.href}">${a.title}</a></li>`).join("\n"))