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