Welcome to Code Forum!

Join a community that supports you and your coding journey from day one. We strive to be a friendly, supportive community that empowers everyone to be better developers. By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Recent content by Chacharo9

  1. C

    Answered Is this code malicious?

    @Antero360 Thank you for taking a second look. This makes me feel much better. I was very worried about it. That's what I get for running a code on the Google Chrome console without first looking at it in detail.
  2. C

    Answered Is this code malicious?

    @cbreemer Hey there. Thank you for taking a look at the code. The final link is what worried me since it was written in a manner that seemed quite strange. Once again, thank you for taking a look and double checking for me. You're awesome!
  3. C

    Answered Is this code malicious?

    @Malcolm @Antero360 Thank you. I ran the code without looking at it closely, and now I'm worried about it. I don't see any problems with the code, but I don't know enough to be 100% sure. Thank you guys so much for your help.
  4. C

    Answered Is this code malicious?

    I need some help. Is the following code malicious in any way? While trying to download a pdf, I came upon the following code from this website: https://codingcat.codes/2019/01/09/download-view-protected-pdf-google-drive-js-code/ let jspdf = document.createElement("script"); jspdf.onload =...
Back
Top Bottom