Need to block FireFox Page info how?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • acctman
    Confirmed User
    • Oct 2003
    • 2840

    #1

    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
  • V_RocKs
    Damn Right I Kiss Ass!
    • Nov 2003
    • 32466

    #2
    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.

    Comment

    • pornguy
      Too lazy to set a custom title
      • Mar 2003
      • 62910

      #3
      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

      • V_RocKs
        Damn Right I Kiss Ass!
        • Nov 2003
        • 32466

        #4
        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

        • Libertine
          sex dwarf
          • May 2002
          • 17860

          #5
          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.
          /(bb|[^b]{2})/

          Comment

          • sumphatpimp
            Confirmed User
            • Aug 2002
            • 5235

            #6
            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

            • sumphatpimp
              Confirmed User
              • Aug 2002
              • 5235

              #7
              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

              • iwantchixx
                Too lazy to set a custom title
                • Oct 2002
                • 12860

                #8
                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

                • Libertine
                  sex dwarf
                  • May 2002
                  • 17860

                  #9
                  Originally posted by sumphatpimp
                  without 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

                  • sumphatpimp
                    Confirmed User
                    • Aug 2002
                    • 5235

                    #10
                    their really isn't any way to prevent a surfer from saving other than digital rights management.

                    Comment

                    • sumphatpimp
                      Confirmed User
                      • Aug 2002
                      • 5235

                      #11
                      Originally posted by punkworld
                      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)
                      my bad.
                      I didn't fully read his post, thought he just ment right click

                      Comment

                      Working...