Skip to content

QHOD/base64bookmark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

base64bookmark

So, let’s assume you need to save a base64 encoded image that has been embedded into a website. That website may be using spans of a certain id attribute for referencing that image. You want to save the contents of the base64 stream as a JPG.

Time to create a JavaScript Bookmarklet (cf. https://www.freecodecamp.org/news/what-are-bookmarklets/) for that purpose.

Screenshot

Usage

  1. Clone this repository or just download the base64bookmark.html file (Save as from the browser)
  2. Import base64bookmark.html in your browser’s bookmark manager

import bookmark imported bookmark

  1. Load the HTML page for each image
  2. Click your bookmarklet to save the jpg, which has been loaded
  3. Tested with Chrome (appends a sequential number to your downloaded jpgs) and Firefox

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages