We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enhancement propose: Export history links - useful for links from devices.
Workaround for now is simple jQuery expression to generate each link in new line:
$('div.content ol.visits').first().find('li.visit a.item.site dd.location').map((i, e) => e.innerText).toArray().join('\n')
and then copy&paste from console to text file.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Enhancement propose:
Export history links - useful for links from devices.
Workaround for now is simple jQuery expression to generate each link in new line:
and then copy&paste from console to text file.
The text was updated successfully, but these errors were encountered: