Skip to content

Instantly share code, notes, and snippets.

@albemuth
Created May 23, 2009 23:05
Show Gist options
  • Save albemuth/116861 to your computer and use it in GitHub Desktop.
Save albemuth/116861 to your computer and use it in GitHub Desktop.
aerocasillas history fixer
// ==UserScript==
// @name expand_history
// @namespace aerocasillas
// @include https://www.myaeropost.com/MyAero/trackingInformation.aspx*
// ==/UserScript==
document.getElementById('div_hist').style.display = 'inline';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment