Copy pocket highlights to your clipboard

April 07, 2020

Enter the following snippet into your chrome developer console

copy($x('.//span[@class="highlight"]').map(x => x.innerText).join("\n"))