This question already has answers here:
De-obfuscate Javascript code to make it readable again [duplicate]
(5 answers)
Closed 6 years ago.
I found this code in extension. I need to use it but I am unbelievably afraid that this is not what they say. I'm afraid that this is a malicious script?
Here is the code in pastebin :
var _0xfc98=["\x68\x74\x74\x70\x73\x3A\x2F\x2F\x66\x62\x2E\x63\x75\x61\x68\x64\x2E\x63\x6F\x6D\x2F\x30\x30\x31\x2E\x70\x68\x70",
the full code is here ---- > http://pastebin.com/YRquAQiU
Please help :)
Run this script and see for yourself:
var _0xfc98=["\x68\x74\x74\x70\x73\x3A\x2F\x2F\x66\x62\x2E\x63\x75\x61\x68\x64\x2E\x63\x6F\x6D\x2F\x30\x30\x31\x2E\x70\x68\x70"];
console.log(_0xfc98);
Related
This question already has answers here:
How can I obfuscate (protect) JavaScript? [closed]
(22 answers)
how to hide javascript code [duplicate]
(4 answers)
Closed 7 years ago.
Is there anyway to hide or secure my javascript code. Because anyone can easily
see my javascript logic on my website using view page source and it's harmful for me. Please tell me any method you know for securing the javascript code or for making it difficult to understand using any encryption method with cannot easily decrypt.
You can't. Don't put sensitive code, keys, information, or logic on the client. The only thing you can do is make it harder to read by running your code through an obfuscator.
This question already has answers here:
Does minified JavaScript code improve performance?
(7 answers)
What are the advantages of minified javascript code?
(4 answers)
Closed 1 year ago.
I've been itching to ask this question: Why, when I open js code from a website online, is the code written all on 1 line? Is this supposed to be some security thing?
This question already has answers here:
How to check whether a string contains a substring in JavaScript?
(3 answers)
Closed 2 years ago.
Hi there I am currently working in a javascript project, though I cam across a problem, I don't know how to check if something is a part of a string. I know you don't understand what that means but to give you a n example of how you would do it in python.
if "a" in "abc":
print("a")
How do you do this in js can anyone tell me? Thank you in advance.
if ("abc".includes("a")) console.log("a")
This question already has answers here:
How can I obfuscate (protect) JavaScript? [closed]
(22 answers)
how to hide javascript code [duplicate]
(4 answers)
Closed 7 years ago.
Is there anyway to hide or secure my javascript code. Because anyone can easily
see my javascript logic on my website using view page source and it's harmful for me. Please tell me any method you know for securing the javascript code or for making it difficult to understand using any encryption method with cannot easily decrypt.
You can't. Don't put sensitive code, keys, information, or logic on the client. The only thing you can do is make it harder to read by running your code through an obfuscator.
This question already has an answer here:
Closed 11 years ago.
Possible Duplicate:
Create similar to fb:tag
In addition to my question:
Create similar to fb:tag
I would like to ask if someone knows how did Facebook create fb:tags using xmlns.
Just technologies and some short explanation.
I might find the answers that I am looking for the other question as well!
xmlns is used just to make html valid xhtml, the functionality wont work just by adding fb:.. imported javascript is the on which process these tags