Thread #2362

saving

3 archived posts · 397 historical views

shawnthemonsterNovember 17, 2006
#33519

saving

how can you save a pic on a web page thats disabled the right click?
View original BBCode
how can you save a pic on a web page thats disabled the right click?
hipermax_dNovember 17, 2006
#33526

Re: saving

i personally print screen and copy it into microsoft paint. crop and save as
it's not the best, but thats what i always did back in high school and i didnt really take the time to learn a different way
View original BBCode
i personally print screen and copy it into microsoft paint. crop and save as
it's not the best, but thats what i always did back in high school and i didnt really take the time to learn a different way
DominikNovember 17, 2006
#33537

Re: saving

View Source, find the bit that has the <img src= (there will be a few, so you just gotta take a guess, based on tables and other things) etc... and then get the address and put that in your web browser. That should load the image with no saving restrictions
View original BBCode
View Source, find the bit that has the <img src= (there will be a few, so you just gotta take a guess, based on tables and other things) etc... and then get the address and put that in your web browser. That should load the image with no saving restrictions