I created a Firefox add-on for myself to view the button at http://www.reddit.com/r/thebutton. All I want is for the button to be the only element shown. All I want is for the button form to be the only form shown. This is the only way I could find to isolate the button using jQuery. I feel like its the wrong way to do it and was curious if there was a proper way.
$('#header').remove();
$('.side').remove();
$('.footer-parent').remove();
$('#siteTable').remove();
$('#progressIndicator').remove();
$('.debuginfo').remove();
$('section').remove();
$('.content').css({"margin" : "auto"});
.hide()on the elements and should produce the same result