Skip to content

Instantly share code, notes, and snippets.

@bKNN
Last active December 1, 2023 23:50
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bKNN/801b0c20430f08d1f337d9b5a6f56acd to your computer and use it in GitHub Desktop.
Save bKNN/801b0c20430f08d1f337d9b5a6f56acd to your computer and use it in GitHub Desktop.
BOOKMARKLET - Wireframe transform
javascript:(function(){wf_bookmarklet={ver:'1.5',ka:86400000,to:7000};if(typeof wfInit=='undefined'){var s=document.body.appendChild(document.createElement('script')).src=(document.location.protocol=='https:'?'https:':'http:')+'//www.wirify.com/client/wirify.min.js?'+parseInt(new Date().getTime()/wf_bookmarklet.ka);window.setTimeout(function(){if(typeof wfInit=='undefined'){alert('Wirify is still processing or temporarily unavailable, please try again in a moment\n\nVisit twitter.com/wirify and www.wirify.com/blog for latest announcements');}},wf_bookmarklet.to);}else{wfInit();}})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment