All pastes #2053831 Raw Edit

Miscellany

public text v1 · immutable
#2053831 ·published 2011-05-04 14:37 UTC
rendered paste body
javascript: (function () { var application = document.getElementById('application'); var sidebar = document.getElementById('capital'); if (application) { application.style.marginRight = '0px'; if (sidebar) sidebar.parentNode.removeChild(sidebar); var evt = document.createEvent("UIEvents"); evt.initUIEvent('resize', true, true, window, 0, 0); window.dispatchEvent(evt);}})();