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
// ==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. | |
*/ |