← Back to context

Comment by kennywinker

14 years ago

Came up with almost exactly that

    javascript:$('#mw-page-base, #mw-head-base, #content, #mw-head, #mw-panel, #footer').css('display','block'); $('#mw-sopaOverlay').css('display','none');

You beat me to it. :)

Since you're using jQuery, you might as well just use show() and hide() or remove().