A very useful Tampermonkey script that will fix the font on Wikipedia

This very useful script will give Wikipedia a better font and make it use the Monobook skin. I like this theme better than the standard one. You can fit more information on the screen. wikipedia.js1 2 3 4 5 6 7 8 9 10 11 // ==UserScript== // @name Wikipedia Monobook // @run-at document-start // … Read more

How to convert a Wikipedia article to a text file using the Linux command line.

The wikipedia2text command allows a command line user on Debian to output the contents of a Wikipedia article to a text file on your hard drive. Install this command this way: jason@darkstar:~/Documents$ sudo apt-get install wikipedia2textjason@darkstar:~/Documents$ sudo apt-get install wikipedia2text Then convert an article this way. jason@darkstar:~/Documents$ wikipedia2text Debian > Debian.txtjason@darkstar:~/Documents$ wikipedia2text Debian > Debian.txt … Read more