The macro itself is fairly simple: it is designed to be used in Safari, a simple press of ⌘ + J will toggle Safari's JavaScript setting on or off, and then reload the current page (if any). Although ...
<script language="javascript"> function toggle(obj,obj2) { var el = document.getElementById(obj); var el2 = document.getElementById(obj2); el.style.display = (el ...