|
|
A Solution For Disabled Right Click On Web Page | ||
Discussion by soleimanian with 28 Replies.
Last Update: October 9, 2011, 12:15 pm ( View Rated (8) ) | |||
![]() |
|
|
Webmasters may disable right click on web pages by Java Script for copyright purposes.
follow below ways to right click:
1- Hold down middle button and press right button.
2- Hold down left button and press right button.
3- Press Esc or Enter and right button contemporaneously.
4- Press specific button on keyboard.
Be successful
Method 1.
- Highlight the text, by dragging the mouse over it while holding the LEFT mouse button down.
- Press Ctrl+C
Method 2.
- Again highlight the text. (dragging the mouse over it with left mousebutton down)
- Leave the text highlighted, do not click on the document, but go to Edit -> Copy
1. This one's kinda lenghty, but you can get almost anything you see on your monitor into an image. You press the "Prt Scrn" Key (to the right of F12). This copies your visible screen to your clipboard. Then you can paste it into Photoshop/Word/whatever, and crop out the parts of the screen capture that you don't want.
2. If you're web language savvy, you can go to View>Source in your browser and find the URL for the image, and then copy and paste that into you're address bar. However, there are ways to block access to page sources, so that might not always work.
I found this one from the Mozilla site. All you need to do is create a new bookmark (in the toolbar for easier access) - and in the URL of the bookmark type in:
java script:void(document.oncontextmenu=null)
Whenever you come across a page with blocked right-click menu, just click on this bookmark link and your context menu will come back right-away
Have fun
m^e
Disabling right-click is stupid anyway. If works were that "precious" then they would have watermarks splashed all over them.
Disaling right-click, I would think, only makes a visitor more obliged to copy the content.
Oh okay, I'll contradict myself. Again. File > Save Page As... or Ctrl+S lets you save the images, javascript, HTML page, etc...basically everything. (Or so I think.)
Getting around a disabled right-click has got to be one of the most easy things to do on the internet.
Even the people who don't know anything about computers, if they have any sort of creative thinking powers, they'd be able to find a way around it themselves.
I don't come across websites with blocked right clicks very often, so it's not that much of an issue... Since really... Anyone who's created and hosted something even remotely valuable to warrant the disabling of right clicks... 9 times out of 10 would know that it's one of the easiest things in the world to get around.
For sites that I need to use JS on but I want to turn off the right click issues, there is a greasemonkey script that pretty much does what microscopic's post details.
It only works with FF that I know of. Tools>Page Info.
Test it out. Its easier than any of the ideas I saw here (for me at least).
I imagine Opera can do that somehow but IE can't.
Like others, I usually view the page source and find a link to that image (if it's descriptive). Otherwise, I check the temporary folder (yes, I have done this a few times myself before to see if it really works LOL)
There is no equivalent to Page Info in Opera (just looked). http://dev.opera.com/tools/ is an Opera addon for Developers and it might have something like that.
I'm pretty sure IE doesn't. The chances of finding a site with RightClick Disabled is not large.
If you have frontpage go to File menu and select edit with Microsoft Front Page and you get the page source and images
also works with webplus 10 and coffecup html editor
For granparadiso you can use SilverFox Page Info feature or Save page as both work
javascript for disable right click
CODE
<script language="JavaScript">function right(e) {
if (navigator.appName == 'Netscape' &&
(e.which == 3 || e.which == 2))
return false;
else if (navigator.appName == 'Microsoft Internet Explorer' &&
(event.button == 2 || event.button == 3)) {
alert("Right Click Disabled!!!");
return false;
}
return true;
}
document.onmousedown=right;
if (document.layers) window.captureEvents(Event.MOUSEDOWN);
window.onmousedown=right;
</script>
to disable image toolbar add this meta tag
CODE
<META HTTP-EQUIV="imagetoolbar" CONTENT="no">Thank You
hazemmostafa
But as you mentioned, it's kind of hard to find if you're on a heavily graphic dependant site because there ends up being a -lot- of files listed there <__<
I just checked and there isn't even a Search feature under Page Info (That I saw).
So I'm still gonna say that using Page Source on large/graphic dependant sites and using a Search feature if it's still alot of data to sift through would probably be the fastest way to go about getting an image you need.
And just incase there are any uncertainties... by "Graphic Dependant" I mean one of those sites that use an image... For everything... And would have like 500 files listed under Page Info <__<
Go to the tools menu, click page info. Then go to the media tab. There you can find all of the pictures/images, movies, animations etc that are embeded or use by the page.
Very useful for saving images, or downloading flash games/moves!
-jimmy
For the record the most profesional art site out there Conceptart.org never does this with images.
That to say I have never seen a disabling page that had anything worth capturing anyway.
QUOTE
Interestingly the only places I have seen this done for "art" the images are absolute crap anyway.Obviously there are crap artists who do it, but if there are people (idiots?) copying from crap artists, who are you to complain? It's not like crap artists all draw Naruto (or other copyrighted) pieces; some just draw original crap (unfortunate!). And they get copied. (Which is rather sad)
QUOTE
For the record the most profesional art site out there Conceptart.org never does this with images.
For the record, he's not trying to sell his art. If he were, he wouldn't be idiotic enough to post his images in that high of a resolution (without an extremely glaring watermark), get it stolen, and then promptly complain. He's already got a job and isn't looking for another one. That's very different than freelance graphic designers who do need to make sure their work is paid for.
This has gone rather off-topic, from right click disabling to watermarks. :-P Anyways, back to the topic. Yeah, disabling right click is entirely useless. You have no idea if Javascript is even turned on in their browser (I, for instance, always keep NoScript on). I can click on any right-click disabled site without any hassles. Moreover, sometimes right click disabling doesn't even work--I remember trying on Firefox on a right-click disabled site--the alert box telling me not to right click showed up, but the right click menu showed up as well, so I could click as I pleased.
Finally, if you do want to protect images on your site, either don't post it to the internet or use low resolution images as a sample. You are merely making the web an annoyance for users who don't actually want to steal your content, while those who do want to nab your content can very easily do so anyway.
Before i would just print screen the page and then cut out the image i wanted using any image editor (mainly paint if i wanted to do it fast!).
Now i can say i know of quicker and easier ways of doing this (disabling it using the java)!
Thank you very much!
I especially like the idea of looking at the page source and copying it - that's a really good idea.
It seems that these days there are less and less websites disabling right click, since it is now considered unprofessionally to disable right click. I suppose if you are really desperate to protect text from being copied, you could always put the text in images or embed it in a Flash SWF file with text selection disabled.
I hate when sites attempt to prevent right clicking just to prevent you from copying or finding the source. Here's an example: http://lyrics.Wikia.Com/Lady_GaGa:Bad_Romance
Best way I found to copy that in Firefox 3.5.5 is to go to VIEW > Page Style > No Page Style. You can then highlight the the text with right click and then Ctrl+C to copy it.
I don't know why they bother to go to such lengths to prevent copy/paste. If I wanted to I can just open it and notepade and retype it. Oh copy protect that assholes.
-reply by clickwir
Hi - I've tried all of the above but cannot do this. It is so annoying. The site has three pages which roll into one another and I want to copy something off the second page. However hard I try it just keeps rolling around and I can't get to copy it. Help please.
-question by harry
I am trying to figure out how to bypass it on Disney's photo pass to see if I would even want to purchase some of these photos. Any idea on their .Aspx site? Or would I have to resort to cropping in adobe?
-reply by Rich
Hi all,
Does anyone how to make a javascript program that allow right click on a webpage but cannot copy and paste, the others menu beside copy and paste still enable if we do rightclick.
Thanks
-reply by Ihan
No right click scripts piss me off, not because I wanted to steal anything, but sometimes I just want to right click so I can open a link in a new window without losing my place on the current page.
About half the time if you first click and hold down your left mouse button, then click and hold down your right mouse button while keeping the left button down, then release the left button, it will then pop up the right click menu box and you can copy or save.
You can always do a screen capture and edit in any photo editor, or email the page to yourself by clicking File->Send->Send Page by Email.
-reply by aguest
Replying to iGuestReplying to iGuest This works with both Firefox and IE. Open another browser tab, left click and drag photo to new tab, in new tab window right click on photo and save as usual. (make sure cursor is on new tab before releasing mouse key, can reuse tab without deleting previous photos)
-reply by Silver-hairedFox
just remove security javascript -> and save page
(now page will refreshed) and right click is enable now.
2nd method: use any browser and save the whole page. right click the .html/.php file and remove the security javascrit. save it and open.'
hope you will enjoy my post!!
Similar Topics:
Anyone can tell me how to protect m...
How To Enable Right Click
How To Bypass The Disabling Of Righ...
=rand(100,99) (2)
|
(15) Mp3 Questions a question for a mp3 beginner like me
|
HOME 






