Ok all you hack wizards...
Say I visit a site with the "Disable right mouse click script" installed (availible from this site here ), how can I bypass it so that I CAN right click.
heh heh.
:)
Printable View
Ok all you hack wizards...
Say I visit a site with the "Disable right mouse click script" installed (availible from this site here ), how can I bypass it so that I CAN right click.
heh heh.
:)
Use a competent browser?
cr3
Well, you could just temporarily disable JavaScript in the browser, in IE for example.
pa-leeeeeezeQuote:
Originally Posted by cr3ative
I use 3 browsers.
won't work if they test for javascript before loading content.Quote:
Originally Posted by ddadmin
here is the solution for firefox (sort of).
I'm not sure if it's window or document, or even document.body. Doesn't matter, look at the source (view->source) to find the event it captures, then set it to "return true;". Works in any JS browser.Code:javascript:void(window.onmousedown="return true;"); // or
javascript:void(window.oncontextmenu="return true;");
"Encrypted source" scripts, on a similar but slightly unrelated note, can be disabled by doing
Code:javascript:alert(document.body.innerHTML); // warning: massive alert, use alt-f4 or just enter to close, alt-space then arrow keys to move, enter to stop (Windows only).
The this tool for hacking the disable right click on pages. IT works great
http://www.system7software.com/Produ...ClickThis.aspx
that is why you have images open in a new window, and set as a background image in a table, with a transparent 1x1 pixel gif over the top so even with the anti-right click, you still end up saving either a 1x1 pixel with the program above, or with window's little image toolbar that pops up on hovering over the image...if any of that makes sence.
Quote:
Originally Posted by skilled1
yes yes it does ^_^
<td width="18" style="background-image: url('image.jpg');">
<img src="" width="1" height="1" border="0">
</td>
</tr>