+ 1
[Solved] How can i track code by javascript from a website?
How can i get full codes by javascript from a website in my code playground? I need it.
4 Antworten
+ 1
Mohammad sefatullah you can send a get request to that webpage which will return it's page source code.
To prevent the request from being blocked by CORS Policy, it is necessary to use the cors-anywhere url in the beginning.
See this example.
https://code.sololearn.com/WZRCQlWV7ht3/?ref=app
+ 4
Mohammad sefatullah What do you mean by track code?
+ 1
March Zuckerberg, Thanks a lot.
0
Mohammad sefatullah do you mean to get HTML source code of a website with JavaScript?