This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 1. open inspect (right click, inspect element) | |
| 2. click the mouse button next to inspector at the top. | |
| 3. hover over the image you want and click | |
| 4. scroll up a bit and find `<img class="A_yLpA _1vGB4g _9Al4OQ m5_lYg _2gk__w" crossorigin="anonymous" src="image url" alt="the alt" draggable="false">` | |
| 5. find where it says `src=` | |
| 6. hover over the link, and it should show the image | |
| 7. double click on the link, should highlight it. | |
| 8. copy the link | |
| 9. paste it into a new tab | |
| 10. save the image (right click, save image) |