digimarks icon indicating copy to clipboard operation
digimarks copied to clipboard

Create UI overlay for bookmarklet

Open mingoes opened this issue 8 years ago • 1 comments

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

mingoes avatar Aug 14 '17 12:08 mingoes

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);})();

mnishig avatar Jun 05 '20 13:06 mnishig