Semble Bookmarklet

Add this bookmarklet to your browser to quickly open any webpage in Semble.

Method 1: Drag to Bookmarks Bar

Drag this button directly to your browser's bookmarks bar:

Method 2: Copy Code

Copy this code and create a new bookmark with it as the URL:

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