Skip to content

Instantly share code, notes, and snippets.

@davethegr8
Last active December 11, 2015 23:18
Show Gist options
  • Save davethegr8/4675861 to your computer and use it in GitHub Desktop.
Save davethegr8/4675861 to your computer and use it in GitHub Desktop.
Bookmarklets I've made the scratch pad is from https://coderwall.com/p/lhsrcq
javascript:(function(){window.open('data:text/html,%20<html%20contenteditable>');})();
javascript:(function(){document.querySelectorAll('input[type=email]')[0].value=Date.now()+'@example.com';})()
javascript:(function%20()%20{var%20inputs%20=%20document.querySelectorAll('input[type=password]');for(var%20i=0;i<inputs.length;i++)%20{inputs[i].setAttribute('type',%20'text');}})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment