Run this bookmarklet at http://www.patatap.com/ => Click [OK] => Play Patatap => Push [Enter] key => Copy the text for PatatapPlayer
/*
* @title PatatapRecorder
* @description Run this bookmarklet at http://www.patatap.com/ => Click [OK] => Play Patatap => Push [Enter] key => Copy the text for PatatapPlayer
* @include http://www.patatap.com/
* @license MIT License
* @javascript_url
*/
(function(w,n,s,t,f,u,i){if(!location.href.match(/^https?:\/\/www\.patatap\.com/)){prompt('Error: Plase run at','http://www.patatap.com/');return}if(w._pr){w._pr();w._pr=0;return}alert(n+': Press [Enter] or rerun this to stop recording');i=setInterval(function(){s+='&'},t);w._pr=u=function(){prompt(n+': PatatapText',s.replace(/(^&+|&+$)/g,'').replace(/&+/g,function(s){return '&'+s.split('').length}));clearInterval(i);$(w).unbind('keydown',f);return false};f=function(e,k){k=e.keyCode;if(k==13){u()}else if(k==32||(64<k&&k<91)){s+=String.fromCharCode(k)}return false};$(w).keydown(f)})(window,'PatatapRecorder','',50)