diff --git a/scraper.js b/scraper.js index 4bb9e77..dddfb29 100644 --- a/scraper.js +++ b/scraper.js @@ -2,6 +2,9 @@ const puppeteer = require('puppeteer-extra'); const { writeFile } = require('fs').promises; /************************************* + * + * LIVE EXAMPLE : https://puppeteer-scraping-example.surge.sh/ + * * THIS IS WHAT MAKES IT WORK * SHOUT OUT JORDAN HANSEN - https://cobaltintelligence.com/blog/avoid-being-blocked-with-puppeteer/ * ALSO ANOTHER WAY TO BLOCK ALL ADS IS TO INTERCEPT ALL REQUESTS, AND FILTER ALL REQUESTS FOR THESE DOMAINS: diff --git a/scripts.js b/scripts.js index 9f5ee46..c5586a5 100644 --- a/scripts.js +++ b/scripts.js @@ -1,5 +1,3 @@ -console.log( dbData ); - const passCompletions = new Chart(document.getElementById('passCompletions'), { type: 'bar', data: {