/**
* @author https://codepen.io/bookmarklets
* @file Form Manipulation Toolkit - Does more than 10 operations to optimize forms... :)
Dynamically opens a toolbar on the current page with a variety of form tools.
* Original Source {@link https://cdpn.io/bookmarklets/fullpage/NobJbq#}
*/
javascript:if(document.getElementById('mymenu')) { document.getElementById('mymenu').remove(); }else{ function cancel(){document.getElementById('mymenu').remove(); } function reset() { var inputs = document.getElementsByTagName('input'); for(var i=0; i