WebScrapperJS - Tutorial #2
WebScrapperJS - Get Content/HTML of any website without being blocked by CORS even using JavaScript by WhollyAPI
by sh20raj
HTML
<script src="https://cdn.jsdelivr.net/gh/SH20RAJ/WebScrapperJS@main/WebScrapper.min.js" ></script>
<script>
var html = WebScrapper.fetch('https://webscrapperjs.sh20raj.repl.co/');//This will be return the HTML/Text inside the webpage
console.log(html);
</script>