If I open up <img> src in a new window, a blank window opens - html

When I try to open up the source of a small .png, only a black screen is available.
I need to copy these images. How do I go about this?
The Example:
Website
https://www.property24.com/property-values/160-alexander-street/brooklyn/pretoria/gauteng/c3dhjiriz2h3ss3nezycf2iqpbnejigrnvvtx4z2vrsw6wztd2wq
Image
<img src="/ListingReadOnly/GetImage?id=8ab6ea84-83d9-4114-b73e-15edffa72d74" alt="Last sales price of the property">
Thanks in advance!

The path to your image in your example code seems to be a relative path so copying and pasting it (the path) into anther tab wouldn't work. If you're using Chrome try one of these:
Right click on the image and select "Copy Image"
Right click on the image, select "Save image as...", (Image downloads), click the down arrow on the right side of the download and select "Show in Folder", Selected the image in the open explorer and copy it as you would a normal file
Right click on the image, select "Open in new tab", copy it from there
Left click on the image and drag it to your desktop (windows), copy it from there
Let me know if this works.

When I looked up the source of the link that you've provided, I can't find any image of ID: 8ab6ea84-83d9-4114-b73e-15edffa72d74. It probably might be some server side change.
Looking at Alt of the image, I hope, you're looking for the image next to the text: "Last sold price:"
There's no need for you to dig up and find the source. Just right clicking on that image in Chrome gave me an option to open it in new tab. From there you can save it or copy-paste, or whatever.
EDIT: This is the URL of the image I got: https://www.property24.com/ListingReadOnly/GetImage?id=1e82e647-2b26-4dfe-a519-904be5215045
EDIT EDIT: Yes, clicking on the link I gave now also loads a black screen. So, the best way around this is to open the link of the webpage (https://www.property24.com/property-values/160-alexander-street/brooklyn/pretoria/gauteng/c3dhjiriz2h3ss3nezycf2iqpbnejigrnvvtx4z2vrsw6wztd2wq), right click on that image and open it in new tab (or directly sve it) and upload it somewhere else to create its URL.
I hope that helps.

So, let me get things straight. You want to get the map image? if you are using Chrome: You can right click and click "open image in new tab". you then can download the image from there.
Image

Related

How Do I identify the background image of this site? I am cloning a site for Wordpress

I am cloning https://www.sovereignselfdefense.com per request from the owner. To create a Wordpress site. The site that is currently up is a Kajabi site. I have downloaded all images from the Kajabi site by simply right clicking the site and clicking download. I made the Wordpress theme and the images that did not download (shown with arrows) display fine in the custom wordpress theme.
All images, except these images in the CTA (for example, the gentleman with his arms out) are downloaded.
The client is transferring from Kajabi to Wordpress. I am afraid that the cloned wordpress theme is getting these images from the Kajabi site and, when said site is taken down, that I wouldn't be able to get these images. The Wordpress theme works, and displays these images for now.
I used Google Chrome Inspect Elements to try to find what this image is, and how this image is displaying. I am confused.
I'm requesting some tips on how to identify how the site loads these images in the CTA, so I can download them and link the wordpress theme's html accordingly. If someone could teach me how to identify one image, I believe I will be able to identify the rest of the images. Thank you for helping out.
In the inspect you can see the html code there is style expand it and you can access the background image's URL.I have just highlighted in the images.
They have attached a style block before the parent div of any container which has a background image just expand that style tag and get the image.
Image-1:
Image-2:
Image-3:
Image-1: https://kajabi-storefronts-production.kajabi-cdn.com/kajabi-storefronts-production/themes/2031124/settings_images/tzJ4ad46RcSJinm7qbnO_Edited-image.png
Image-2: https://kajabi-storefronts-production.kajabi-cdn.com/kajabi-storefronts-production/themes/2031124/settings_images/qqHvByszR1iu2rvfEQwg_defending2.jpg
Image-3: https://kajabi-storefronts-production.kajabi-cdn.com/kajabi-storefronts-production/themes/2031124/settings_images/AWzmDDsWTlKOdoWPatUA_SovereignSelfDefenseBrandingPhotography-59.jpg
By clicking the image if you can drag it directly to your desktop that means that image is used by
<img src="">
tag in the code. Either it's used through css.
For your code please check the css file and you will get the image use as "background-image:url()" or you can check through inspect element section by section.
If you are using Google chrome then you can download and install this cool extension.
I'm a Gentleman
Here is the description from that link.
Easily save images with a click, gestures or the extension button.
Save images with one click by using the alt + click hotkey (holding the alt key and clicking the image).
Or save images by dragging them (drag the image slightly on any direction).
Download every image on the page by using the extension button (green button on the top right).
Note: The images are downloaded in the default directory for downloads of Chrome.
Installation Note: After installing, Chrome doesn't add any extensions to the currently opened tabs (so, you have to reload the tabs that were opened before the extension was installed to work it to work on them).
Also, you can inspect the page. below is the step on how to access inspect Element.
Right-click anywhere on the webpage, and at the very bottom of the menu that pops up, you will see "Inspect." Click that.
Click the hamburger menu (the icon with 3 stacked dots) on the far
right of your Google Chrome toolbar, click More Tools, then select
Developer Tools.
Now if you want to find out the image you can simply find it by clicking CTRL+F and type like .png or .jpg any other extension that you want to find.
Here is the example.
You can click right click then click save image as and when you are saving it.under the name you will find the type.
Some websites make it almost impossible to get the image. I remember trying to save a background theme image from the old gmail.
If you find yourself in that situation, open the Developer Tools, go to Network, filter by Images then sort by Size descending, so you get the biggest image to be the first one, then hover over each file to find your image.
You want to sort by the file size, because most of the times, the big background images are the largest in size.
Just checked out your website out..
Image 1
You can find this right below the line where the section id is 1574286919067
Image 2
Similar to the first image, this is under the section 1589827030126
Image 3
Once again, under section 1589828889742
Hopes this helps you out.. Let me know if you want to have anymore queries about the same.
The images itself:
-> Image 1: https://kajabi-storefronts-production.kajabi-cdn.com/kajabi-storefronts-production/themes/2031124/settings_images/tzJ4ad46RcSJinm7qbnO_Edited-image.png
-> Image 2: https://kajabi-storefronts-production.kajabi-cdn.com/kajabi-storefronts-production/themes/2031124/settings_images/qqHvByszR1iu2rvfEQwg_defending2.jpg
-> Image 3: https://kajabi-storefronts-production.kajabi-cdn.com/kajabi-storefronts-production/themes/2031124/settings_images/AWzmDDsWTlKOdoWPatUA_SovereignSelfDefenseBrandingPhotography-59.jpg

How do I copy a download link if it doesn't appear in a right click?

If you hit "Download" a new bar appears and gives you the options: "1080p, 720p, 480p, 320p". I am trying to copy the link for 1080p.
If you left click on 1080p it starts downloading regularly. If you right click on 1080p it's as if you right clicked anywhere on the page.
Here is what it looks like.
I opened up developer tools and looked thru the Elements & Network tabs but I cannot find any links.
This is what Elements looks like.
Once you actually hit 1080p a link appears but it disappears.
This is what the url looks like.
Can someone explain how I would capture this link?
Obviously there is a (java)script which will be triggered if you click on that button which downloads that video. A way to (among other things) prevent what you are trying to do...

Chrome - Highlight Links that open in new/same tab

before clicking on a link, I would like to know whether it will open in a new tab or in the same tab. Is there a way to display this information in some way? With a small symbol next to the link or by altering link colors or something similar.
Thank you!

Python 2.7 Webdriver - Automating mouse copy of an anchor text element

I am trying to automatically paste an anchor text link into a Facebook Note. Please try the following scenario:
Go to any site and locate anchor text with a hyperlink. Manually, with the mouse, left click and swipe across the text. Then, right click and select copy (not Copy link address). You have now copied the text and link to the clipboard as a single entity. Now open Facebook notes, create a note and paste and the link will be inserted. Pasting into MS Word also works. Please refer to the attached image from Facebook. I pasted Link-1 which is clickable and goes to a new site. Inserted html (Link-2) is rejected. So, what I need is to automate the mouse left click, swipe the located text element (I know how to find the element), right click it and select Copy.
Facebook Edit Note Page
Finding the element and using driver.send_keys(Keys.CONTROL, 'c') copied the anchor text to the clipboard successfully. I was able to paste it manually and click on it to go to the URL.
QED

Google Spreadsheet - how to modify image that has assigned script?

Everywhere I've read, it says to create a "button" in Google Spreadsheet you need to insert an image and assign a script to it. Easy enough. Done.
Now how do I modify that image? Clicking on the image runs the script. I cannot right-click the image for any context menu. I cannot select the image in any other way. I cannot ever remove the image now.
Perhaps Slav was using a Mac when he tried it the first time. Strangely, in this specific scenario, the Mac equivalent of right-clicking (which is CTRL+click) really does not work. What works is CMD + click.
While you can "assign a script" to an image, you can also do so to a drawing - which is much easier to customize. Either way, you end up with a picture in the spreadsheet, and when you click on it a script is triggered.
To edit this behavior, just right-click the image or drawing. (I know you said you did this, but it DOES work. Just click - then let go.) An anchor will appear on the image or drawing, and from there you can access a menu to edit or delete the image or change the attached script.
So that was tricky to me because the anchor was invisible in my image; it had a black background. If you can't see the anchor on your image follow these steps:
Right click on the image, You should find that it now has resize handles
Move your cursor to the top right of the image until it changes to a hand that points with the index finger (like when you hover over a link)
Click
Do whatever you want (Edit, delete... etc.)