Semble logo
Alpha

Semble Bookmarklet

Save any webpage to Semble with one click from your bookmarks bar.

Get the bookmarklet

Drag this button to your browser's bookmarks bar.

Open in Semble

How it works

Add it to your bookmarks

Drag the button above to your bookmarks bar.

Click it on any webpage

When you find something worth saving, click the bookmarklet in your bookmarks bar.

Open it in Semble

The page opens in Semble, ready to add to your library.

Prefer to set it up manually?

Create a new bookmark and paste this code as the URL:

javascript:(function(){
    const currentUrl = window.location.href;
    const sembleUrl = 'https://semble.so/url?id=' + currentUrl;
    window.open(sembleUrl, '_blank');
})();