# // ==UserScript== # // @name QuickBuy Pets for Tagged # // @description Creates a quickbuy button on Pets for Tagged. No refreshing. # // @include *tagged.com/pets.html?uid=* # //  # // ==/UserScript== # # // Very rough copy. # var userId = location.href.match(/\?uid=(\d+)/)[1]; # var e = document.createEvent('HTMLEvents'); # e.initEvent('click', true, true); # $('buy_now_profile_'+userId).dispatchEvent(e);
(to be continue...) (continue)

Date: 2012-03-30 14:48:23 and last modified: 2012-03-30 14:48:23

Relate tags: