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