devmarks.io
Collections Pricing

All Articles

devmarks.io Bookmarklet

By Adam

Adding a bookmarklet to your browser lets you quickly new bookmarks to devmarks. Once it is installed, clicking on the bookmarklet will take the current page's URL, add it to your devmarks bookmarks in a new tab, and let you edit the metadata.

Create the bookmarklet by either drag and dropping a link or manually creating it.

Drag and drop to create the bookmarklet

  1. Drag Add to devmarks.io to your bookmark bar

Manually create the bookmarklet

  1. Create a new bookmark
  2. Name it "Add to devmarks.io"
  3. Add the following JavaScript code to the URL
javascript:(function() {
  var devmarksUrl = "http://devmarks.io/add?u=";
  var currentUrl = window.location.toString();
  window.open(devmarksUrl + currentUrl);
})();
  1. Click save

devmarks.io is Bookmarking for Developers. Automatically sync all your developer resources to one place.

Login with GitHub
  • Collections
  • Articles
  • Built by @adamghill
  • Unicorn,
    Coltrane, &
    django-fbv
  • Django
  • Feather Icons
  • Hero Icons
  • Bulma CSS
  • About
  • Pricing
  • Terms of Service
  • Privacy Policy