Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
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.
@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.
@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!
@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.
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 =...