Wikipedia read-only

Wikipedia read-only
688
*****
Last updated Aug 25 2006
13 installs this week, 1729 total.

This is for people who want to read wikipedia more than edit. It shows just the article and makes the column wider. It makes it very nice to read.

Install options

Feedback

Reviews

bugmenot1 said on Jan 13 2008

*****

itsjareds said on Dec 16 2007

Excellent script, the only thing that made me not use it is the fact that it deletes the search bar. ****

Theory said on May 29 2007

I edit Wikipedia a lot, but for those times when I'm just reading this is going to be really nice. :-) *****

b0at said on Dec 19 2006

*****

goldmemberer said on Oct 29 2006

here's my own little mod: pads left/right with 10% for optimal readability for wide-screen users.

@-moz-document domain(en.wikipedia.org) {

#siteNotice,
#siteSub,
#footer,
#editpage-copywarn2,
#editpage-specialchars,
#pt-logout,
#f-copyright,
#f-lastmod,
#editpage-copywarn,
#fundraising,
#coordinates,
.portlet,
.editsection,
.usermessage
{ display:none !important; }

#content {background: white; border: none; -moz-border-radius: 0px !important; height: 100%;}
body {background: white;}

h1.firstHeading {color: black;}

/* Wider content now that other column is gone */
#column-content, #content { margin: 0 0 0 0 !important; }

a {
text-decoration: none !important;
}

a:visited, a:active {
color: #002bb8;
}

a.new:visited, a.new:active {
color: #002bb8;
}
body {
padding: 10%;
padding-top: 0;
padding-bottom: 0;
}

/* end */
} *****