This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/********************** | |
* PAGE SPEED TRACKER by Gannes | |
**********************/ | |
// CONFIGURATION | |
const CONFIG = { | |
API_KEY: 'YOUR_API_KEY', // <-- Replace with your PageSpeed API Key | |
TARGET_URL: 'https://example.com', // <-- Replace with your target URL | |
SHEET_NAME: 'PageSpeed Data', | |
TIMEZONE: 'GMT+7', |