How can I capture selected text using CSS selectors. The use case is that I want to capture some interesting lines/quotes from articles that I am reading.
I tried using the ::selection however it does not seem to work.
I am selecting the text manuall...