Skip to content

dehowell/save-to-bear

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

save-to-bear

Bookmarklet for saving the current page to Bear. To save the bookmarklet, go to:

https://dehowell.github.io/save-to-bear/

This is the whole thing, unminified:

function saveToBear() {
  var bearUrl =  'bear://x-callback-url/grab-url?url=' + encodeURIComponent(window.location);
  window.location.href = bearUrl;
};

About

Bookmarklet for saving the current page to Bear.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages