![]() |
Need to block FireFox Page info how?
anyone know how to block firefox from giving direct links to image and other media files via the Page Info. what's the point of no right clicking if you can just use firefox and click the save as button on any image or media file you want :(
|
Ahhh.... dude... it is completely impossible...
To be able to do so would defeat the basics on how a browser works in the first place. |
Have you checkd to see if there is anything from FF??
|
Basics on how a browser works:
You encode data with Hyper Text Markup Language. Your browser downloads the data and uses the tags to display it... If you don't send the link to the image... how the fuck do you expect FF to display it for you? Even if someone wrote a piece of software to try and keep the data from you by not allowing you to save the page or view its source through FF, you can still just use NetCat or any other piece of software and get that data... |
You could always encode the source and decode/display it with javascript. People can still get the real source, of course, but it will take a bit more time.
|
you can try this if you want.
it prevents right click. <!-- Right Click - Prevent Script Use this link to help prevent users from stealing your code !--> <script language="JavaScript"> function right(e) { if (navigator.appName hahahaha 'Netscape' && (e.which hahahaha 3 || e.which hahahaha 2)) return false; else if (navigator.appName hahahaha 'Microsoft Internet Explorer' && (event.button hahahaha 2 || event.button hahahaha 3)) { alert("Please don't steal my stuff!!!"); return false; } return true; } document.onmousedown=right; if (document.layers) window.captureEvents(Event.MOUSEDOWN); window.onmousedown=right; </script> |
without the haha's
<script language="JavaScript"> function right(e) { if (navigator.appName /=/= 'N/e/t/s/c/a/p/e' && (e.which hahahaha 3 || e.which hahahaha 2)) return false; else if (navigator.appName /=/=/ 'M/i/c/r/o/s/o/f/t Internet Explorer' && (event.button hahahaha 2 || event.button hahahaha 3)) { alert("Please don't steal my stuff!!!"); return false; } return true; } document.onmousedown=right; if (document.layers) window.captureEvents(Event.MOUSEDOWN); window.onmousedown=right; </script> |
disabling right click also diasables opening in new tabs in firefox. Kinda stupi to alienate your surfers into not being able to use their browser how THEY want to.
|
Quote:
Ehm... you do realize he isn't talking about blocking right clicks, but rather about blocking people viewing the source code through the program interface? (CTRL-U also works) |
their really isn't any way to prevent a surfer from saving other than digital rights management.
|
Quote:
I didn't fully read his post, thought he just ment right click |
All times are GMT -7. The time now is 07:59 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123