Footers:
<script type="text/javascript">
//Created by Agent Moose (http://www.revolution-x.org)
$("input[name*='cmdS']").after(" <input type='button' id='Save2ANotes' value='Save Headers/Footers to Admin Notepad' />"); (document.getElementById("Save2ANotes")) ? document.getElementById("Save2ANotes").onclick = function(){$.post(smf_scripturl + "?action=savenote",{txtnotes: "HEADERS:\n" + $('[name*=txth]').val() + "\n\nFOOTERS:\n" + $('[name*=txtf]').val()}); document.forms[3].submit();} : void(0);
</script>
NOTE: This code uses Ad Free Credits!The title says it all. This adds a button next to the "Save Headers Footers" button labeled "Save Headers/Footers to Admin Notepad". It's pretty much a way to backup your headers and footers with the press of a button

When you click the button, it saves the Headers and Footers, and it saves all the information you have in them into the Admin Notepad.
Enjoy
