Skip to content

Instantly share code, notes, and snippets.

@aikar
Created October 19, 2010 19:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aikar/634839 to your computer and use it in GitHub Desktop.
Save aikar/634839 to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name WoW AH Easy Cancel
// @namespace aikar
// @include http://www.wowarmory.com/auctionhouse/*
// ==/UserScript==
unsafeWindow.Auction.openCancel = function(id)
{
unsafeWindow.Auction.cancel(id,new Image(0,0));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment