When you’re working on your store and trying to get something important done, momentum matters a lot, and anything that interrupts your workflow can really get you out of the zone. I find that this happens to me a lot when I just want to take a free Magento Connect extension for a spin. Normally, you have to log in to MagentoCommerce.com, and I tend to forget my username and password for sites, so I’ll end up resetting my password, waiting for the password reset e-mail…you know the drill. I quickly tired of this and decided to see if the extension key was just hidden in the source code. Sure enough, it was right there in plaintext!
[html]
[/html]
This discovery prompted some tinkering in the Javascript console:
[javascript]
document.getElementById("actkey").type = "none";
[/javascript]
And just like that, the textbox containing our extension key became visible right nelow the “Get Extension Key” button.
With a bit more work, I formed this into a GreaseMonkey script, which means I don’t even have to pull out the JS console when I want another extension or, or remember the element ID of that textbox. Install it and it’ll automatically unhide all the extension keys for every free extension on magentocommerce.com.
Unhide Magento Connect Extension Keys Without Logging In

Nexcess
Nexcess, the premium hosting provider for WordPress, WooCommerce, and Magento, is optimized for your hosting needs. Nexcess provides a managed hosting infrastructure, curated tools, and a team of experts that make it easy to build, manage, and grow your business online. Serving SMBs and the designers, developers, and agencies who create for them, Nexcess has provided fully managed, high-performance cloud solutions for more than 22 years.