Deploying on surge

This commit is contained in:
Frank Delaguila
2022-10-05 00:34:21 -06:00
parent ee2beb2769
commit d5db56f9bd
2 changed files with 3 additions and 2 deletions

View File

@@ -2,6 +2,9 @@ const puppeteer = require('puppeteer-extra');
const { writeFile } = require('fs').promises; const { writeFile } = require('fs').promises;
/************************************* /*************************************
*
* LIVE EXAMPLE : https://puppeteer-scraping-example.surge.sh/
*
* THIS IS WHAT MAKES IT WORK * THIS IS WHAT MAKES IT WORK
* SHOUT OUT JORDAN HANSEN - https://cobaltintelligence.com/blog/avoid-being-blocked-with-puppeteer/ * 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: * ALSO ANOTHER WAY TO BLOCK ALL ADS IS TO INTERCEPT ALL REQUESTS, AND FILTER ALL REQUESTS FOR THESE DOMAINS:

View File

@@ -1,5 +1,3 @@
console.log( dbData );
const passCompletions = new Chart(document.getElementById('passCompletions'), { const passCompletions = new Chart(document.getElementById('passCompletions'), {
type: 'bar', type: 'bar',
data: { data: {