Skip to content
New issue

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

History export #10

Open
pwlsjk opened this issue Apr 1, 2019 · 0 comments
Open

History export #10

pwlsjk opened this issue Apr 1, 2019 · 0 comments

Comments

@pwlsjk
Copy link

pwlsjk commented Apr 1, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant