digimarks
digimarks copied to clipboard
Create UI overlay for bookmarklet
I think it will be cool to have a popup style bookmarklet with some javascript injected into the page instead of being redirected away from the page. The injected javascript can do the API calls
Hello. you can popup by bookmarklet with window.open() method like following code
javascript:(function(){let%20u='https://digimarks.host/[yourket]';let%20d=window.open().document;d.location.href=u+'/add?url='+encodeURIComponent(location.href);})();