Skip to content

Instantly share code, notes, and snippets.

@dylanlangston
Last active January 5, 2017 19:03
Show Gist options
  • Save dylanlangston/66f42a82bf5d81e0250aaa71f59074ca to your computer and use it in GitHub Desktop.
Save dylanlangston/66f42a82bf5d81e0250aaa71f59074ca to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name Auto Toner
// @namespace https://gist.github.com/dylanlangston/66f42a82bf5d81e0250aaa71f59074ca/raw/dbaf409138102f83082f220e83429f087faaf437/auto_toner.user.js
// @description Auto populates fields.
// @version 1
// @grant none
// @include http*://www.printerecycling.com/*
// ==/UserScript==
document.getElementById('ctl00_Main_CbConfirmTerms').checked = true;
document.getElementById('ctl00_Main_TextLoginTransactionNo').value = '2013.100.4.65334';
document.getElementById('ctl00_Main_TextLoginEmail').value = 'cbaits@unl.edu';
__doPostBack('ctl00$Main$BtnLoadProcessData', '');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment