Lars Wiegman

  • Home
  • Skills
  • Contact
  • Blog

Enable Copy-Paste in iTunes Connect

posted on April 3, 2012 #

Got fed up with typing my password in iTunes Connect every time because the form won't let me copy/paste it. Not sure why Apple is making this more difficult than it has to be.

To circumvent the annoyance you can either disable Javascript or override the onpaste function in the password input field and have it return true instead of false:

document.getElementsByName('theAccountPW')[0].onpaste = function() {
    return true
};

Now you can turn that script in a bookmarklet by prepending it with “javascript:".

Read Next:

Apple, Drinks And Mad Men

Three great things captured in a single picture, I added the drinks myself: Having drinks and ideas worth sharing. Credit goes to James Minchin III for his awesome behind the scenes at Mad Men photo collection. Continue »

  • Home
  • Skills
  • Blog
  • Contact
  • •
  • Archive
  • Feed
  • GitHub

Copyright © 2007-2024 Lars Wiegman