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.
![]()
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
A retired member, drop me a line through my site if you'd like to find me!
cr3ative media | read the stickies
Well, you could just temporarily disable JavaScript in the browser, in IE for example.
pa-leeeeeezeOriginally Posted by cr3ative
I use 3 browsers.
won't work if they test for javascript before loading content.Originally Posted by ddadmin
here is the solution for firefox (sort of).
Last edited by kcornwell; 08-04-2005 at 07:21 PM.
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).
Last edited by Twey; 08-04-2005 at 08:04 PM.
Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!
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.
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>
Bookmarks