Skip to content

Instantly share code, notes, and snippets.

View bradleytechman's full-sized avatar
💭
I may be slow to respond.

bradleytechman bradleytechman

💭
I may be slow to respond.
View GitHub Profile
@bradleytechman
bradleytechman / steps.txt
Created April 28, 2024 20:01
How to bypass canva pro elements to get them for free
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)