Skip to content

Instantly share code, notes, and snippets.

@Uvacoder
Forked from ukcuddlyguy/bookmarklet.md
Created March 10, 2025 05:11
Show Gist options
  • Save Uvacoder/312f29fbcc8f6491dc21a30e98d7c171 to your computer and use it in GitHub Desktop.
Save Uvacoder/312f29fbcc8f6491dc21a30e98d7c171 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