Forums

Help › Forums

HELP SCOTTHOPE ...or Anybody 😲 !!!

Sun, Jul 12 2020 3:13 PM (47 replies)
  • ScottHope
    10,006 Posts
    Sat, Jul 4 2020 1:37 PM

    Aha!   I've just got that error message that you posted, and that is because I put the code into the dev tools console window on a forum page.

    NOTE : The code HAS to be entered on the friends page that has the send message button missing.

    Copy and paste does work, shouldn't make any difference with the bold text though.

  • JDGHOST
    6,748 Posts
    Sun, Jul 5 2020 4:51 AM

    👍✅😉

  • JDGHOST
    6,748 Posts
    Sun, Jul 5 2020 8:12 PM

    ScottHope:

    Aha!   I've just got that error message that you posted, and that is because I put the code into the dev tools console window on a forum page.

    NOTE : The code HAS to be entered on the friends page that has the send message button missing.

    Copy and paste does work, shouldn't make any difference with the bold text though.

    Not lookin good Scott ....Below was message at least one of them received

     

    This was the message:

    Uncaught SyntaxError: Unexpected identifier

     

  • ScottHope
    10,006 Posts
    Mon, Jul 6 2020 12:48 AM

    Ah....computers are very fussy about syntax, only takes a mistyped or wrong case character to screw things up.

    Try typing this in to see if the console returns a line of code in response, rather than an error...

    document.querySelector("div")

    It won't shown any buttons, I just want to get some code working.

  • JDGHOST
    6,748 Posts
    Mon, Jul 6 2020 11:45 AM

    OK....will follow up

  • JDGHOST
    6,748 Posts
    Mon, Jul 6 2020 2:34 PM

    ScottHope:

    Ah....computers are very fussy about syntax, only takes a mistyped or wrong case character to screw things up.

    Try typing this in to see if the console returns a line of code in response, rather than an error...

    document.querySelector("div")

    It won't shown any buttons, I just want to get some code working.

     

     

    This is what he gets when trying ......document.querySelector("div")

     

    <div id="optanon" class="modern">...</div>

  • ScottHope
    10,006 Posts
    Mon, Jul 6 2020 3:20 PM

    Good, now we're getting somewhere.

    Okay, now try this...

    document.querySelector("#send_message_link")

    ...that has to be entered on the 'friend with the missing send message button' page.

  • JDGHOST
    6,748 Posts
    Mon, Jul 6 2020 4:07 PM

    OK This is what I was messaged............

     

    DHymes wrote
    on 06 Jul 2020 at 4:34 PM

    nothing happened, got this:

     

    <a id="send_message_link" style="display;none" href="javascript;;">...</a>

     

     

RSS