View Full Version : image capture
View Full Version : image capture
zakklp
March 27th, 2003, 09:01 PM
Is ther any program tha will save protected pictures on web pages? All the ones I try dont work!
Wolfie
March 27th, 2003, 09:10 PM
If it is large enough you can always do a screen capture and cut and paste the section you want and save it as separate file.
PornMaster
March 27th, 2003, 09:16 PM
Or you could do it the old fashion way....(If you use Internet Explorer) Go to File -> Then Save As, And BAM.. The Photos will be in your My Documents Folder or where ever you saved it too.
collideous
March 27th, 2003, 09:18 PM
Originally posted by zakklp
Is ther any program tha will save protected pictures on web pages? All the ones I try dont work!
Hardly anything is protected. If you put something on the web, it's generally available to anyone. So far, I've only ran across one site that protected maps it displayed. That one was really well done, you couldn't even take a screenshot. But if you're talking about sites that don't let you right click, that can easily be disabled with a short javascript statement. I got a bunch of those saved as bookmarklets. Examples:
javascript:void(document.onmousedown=null)
javascript:void(document.onmouseup=null)
javascript:void(document.oncontextmenu=null)