Skip to content

Instantly share code, notes, and snippets.

@benweet
Created October 26, 2014 18:08
Show Gist options
  • Save benweet/241e7f6d5a212ff5e6a4 to your computer and use it in GitHub Desktop.
Save benweet/241e7f6d5a212ff5e6a4 to your computer and use it in GitHub Desktop.
[StackEdit] Fix for CouchDB import
// To be copy/pasted in Settings>Extensions>UserCustom
utils.decodeBase64 = function(str) {
return decodeURIComponent(window.escape(window.atob(str)));
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment