Skip to content

Instantly share code, notes, and snippets.

View ayubatif's full-sized avatar
🍣
seefood

Ayub Atif ayubatif

🍣
seefood
View GitHub Profile
@ayubatif
ayubatif / record-page-load-time.js
Last active August 7, 2021 20:16
Record Page Load Time UserScript
// ==UserScript==
// @name RPLT
// @description Records page load times
// @author ayubatif
// @match https://YOUCANADDYOURDESIREDPATHHERE.OK/*
// ==/UserScript==
/**
* Records page load time after response end. Saves a cookie for time data and sample number.
* Once data collection complete, time data is saved to a local file.
*/