Skip to content

Instantly share code, notes, and snippets.

@ukcuddlyguy
Created July 4, 2022 08:53
Show Gist options
  • Save ukcuddlyguy/336dd7339e6d35fc64a75ccfc9323c66 to your computer and use it in GitHub Desktop.
Save ukcuddlyguy/336dd7339e6d35fc64a75ccfc9323c66 to your computer and use it in GitHub Desktop.
Linkding Bookmarklet

Linkding Bookmarklet

Create a bookmarklet in your favourite browser with the URL being:

javascript:document.querySelectorAll("div.title a[rel=noopener]").forEach(function(url) { window.open(url) })

When you have a Linkding page opened (e.g. viewing a "favourites" or a "daily" tag) clicking that Bookmark in your browser will open every link in a new tab.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment