How can I find address of picture on google chrome like on internet explore | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How can I find address of picture on google chrome like on internet explore

The first address i took from g.c. and the second from internet e. Address on g.c is too long. https://code.sololearn.com/WA54A25A14a1/?ref=app

13th Mar 2021, 4:39 PM
Adilx01
4 Answers
+ 2
The first image address is not infact an address rather, it's the whole image in base64 encoding. Notice the value of src attribute where you can see the header of the image data "data:image/jpeg;base64, ...". So this image is embedded inside the html. Read more on this - https://en.wikipedia.org/wiki/Data_URI_scheme
13th Mar 2021, 5:22 PM
Abir Hasan
Abir Hasan - avatar
+ 1
For one, everytime I try to interact with your project at all it crashes the app, I dont know if anyone else has this problem but it is worth being noted. As for your solution, you should try to find a URL shortener online, they are plenty free versions available.
13th Mar 2021, 5:22 PM
EthanE230
EthanE230 - avatar
+ 1
Abir Hasan not data too big, rather sololearn bug when saved from website with empty js tab ^^ Adilx01 fix: in browser, type something in js tab (like an empty comment line) and save it... it should now be opened in app' without crashing ;)
13th Mar 2021, 5:50 PM
visph
visph - avatar
0
EthanE230 Yes it's crashing the app but works when I use the browser (in my PC). The data is too big to handle for the app I guess.
13th Mar 2021, 5:25 PM
Abir Hasan
Abir Hasan - avatar