Skip to content

Instantly share code, notes, and snippets.

View nafassait's full-sized avatar

Nafas Sait nafassait

View GitHub Profile
@nafassait
nafassait / download.all.adp.taxstatements.js
Last active October 6, 2022 14:53
Downloads All Tax Statements from ADP website
/*
This has been tested in Chrome Version 63.0.3239.132 (64-bit)
1. Log into ADP website using the URL: https://my.adp.com/static/redbox/login.html (Make sure you are NOT in Incognito mode)
2. Open Developer Tools console
3. Run the following code in the console:
*/
var xhr = new XMLHttpRequest();
xhr.open('GET', 'https://my.adp.com/v1_0/O/A/workerTaxStatements');
@nafassait
nafassait / download.bulk.adp.paystubs.js
Last active January 22, 2018 20:17
Downloads bulk pay-slips from ADP website
/*
This has been tested in Chrome Version 63.0.3239.132 (64-bit)
1. Log into ADP website using the URL: https://my.adp.com/static/redbox/login.html (Make sure you are NOT in Incognito mode)
2. Open Developer Tools console
3. Set numberoflastpaydates as required by default saying 400
4. Run the following code in the console:
*/
var xhr = new XMLHttpRequest();
@nafassait
nafassait / README.md
Created July 16, 2017 20:09 — forked from hofmannsven/README.md
My simply MySQL Command Line Cheatsheet