• betterdeadthanreddit@lemmy.world
    link
    fedilink
    English
    arrow-up
    22
    ·
    4 months ago

    Seems like the kind of thing a person does when they understand technology well enough to use it badly but don’t recognize that it’s ineffective against anyone willing to type “enable right click” into their search engine of choice.

    How much do you want to bet that they didn’t write the JavaScript for that message and it’s just been copied and edited? Probably even right-clicked to do it, the scalawag.

    • tigeruppercut@lemmy.zip
      link
      fedilink
      English
      arrow-up
      36
      ·
      edit-2
      4 months ago

      How much do you want to bet that they didn’t write the JavaScript for that message

      They definitely didn’t-- the page source has it copied from another blog:

      /******************************************************************************
      *** COPY PROTECTED BY http://chetangole.com/blog/wp-copyprotect/ version 3.1.0 ****
      ******************************************************************************/
      var message=“Copying my work, without written permission is theft. You are not helping me, only yourself, and you are a thief. Reproduce my work and I will come after you legally.”;
      function clickIE4(){
      if (event.button==2){
      alert(message);
      return false;