How to Use

  1. Open the website from which you want to scrape images.
  2. Obtain the Base64 data through devtools by right-clicking anywhere, then select inspect tools or use the F12 shortcut.
  3. Go to the network tab, then refresh with Ctrl+R.
  4. Filter the network by the format "data:image/jpeg".
  5. Right-click on one of the data entries, and copy all fetch (node.js).
  6. Return to the decoder application and paste it into the input.
  7. Happy decoding 🥳