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

[feature request] Bookmark actions add "open" #926

Open
qzydustin opened this issue Dec 13, 2024 · 1 comment
Open

[feature request] Bookmark actions add "open" #926

qzydustin opened this issue Dec 13, 2024 · 1 comment

Comments

@qzydustin
Copy link

I often have scenarios where I open all bookmarks under the current tag, or open all bookmarks after searching for results.

It would be helpful if you could add an action to bookmark actions, specifically an option to "open" all bookmarks.

@qzydustin
Copy link
Author

qzydustin commented Dec 13, 2024

I currently use js bookmark like this to open them

javascript:(function(){var items=document.querySelectorAll('#bookmark-list-container > ul > li');items.forEach(function(item,index){setTimeout(function(){var link=item.querySelector('div > div.title > a');if(link&&link.href){window.open(link.href,'_blank');}},index*500);})();})();

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