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
Need to block FireFox Page info how?
Collapse
X
-
Have you checkd to see if there is anything from FF??PornGuy skype me pornguy_epic
AmateurDough The Hottes Shemales online!
TChicks.com | Angeles Cid | Mariana Cordoba | MAILERS WELCOME!Comment
-
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...Comment
-
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>Comment
-
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>Last edited by sumphatpimp; 10-29-2005, 05:44 PM.Comment
-
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.Comment
-
Originally posted by sumphatpimpwithout the haha's
<script language="JavaScript">
function right(e) {
if (navigator.appName hahahaha 'N/e/t/s/c/a/p/e' &&
(e.which hahahaha 3 || e.which hahahaha 2))
return false;
else if (navigator.appName hahahaha '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>
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)/(bb|[^b]{2})/Comment
-
their really isn't any way to prevent a surfer from saving other than digital rights management.Comment
-
my bad.Originally posted by punkworldEhm... 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)
I didn't fully read his post, thought he just ment right clickComment
Comment