Comment by teeray

14 years ago

Wikipedia loads jQuery, so doing this works: https://gist.github.com/1631148

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. :)