include list
|
|
I was able to shrink the include list a little today, have a look:
// ==UserScript== // @name Devpedia // @version .9.1 // @description A wikipedia beautification script // @description Devpedia is the in-progress version of Simplepedia // @description Project page: http://grantstavely.com/wikipedia // @author Grant Stavely (http://grantstavely.com/) and others // @author Much of the removal is from http://userscripts.org/scripts/show/28575 // @author mattrdo (http://userscripts.org/users/56046) // @author @ (http://userscripts.org/users/36713) // // @include http://*wikipedia.org/* // @include http://*wikibooks.org/* // @include http://*wiktionary.org/* // @include http://*wikiquote.org/* // @include http*://*wikimedia.org/* // @include http://*wikibooks.org/* // @include http://*wikiversity.org/* // @include http://*wikinews.org/* // @include http://*fismapedia.*/* // @include http*://*wikileaks.org/* // @include http://*.wikimediafoundation.org/* // @include http://commons.oreilly.com/* // @include http://*.wikia.com/* // @include http://guides.macrumors.com/* // @include http://*.sumolinux.com/wiki/* // @include http://*.forensicswiki.org/* // @include http://*.elviscostello.info/* // @include http://*.lyricwiki.org/* // @include http://*.memory-alpha.org/* // @include http://*.wholewheatradio.org/* // @include http://enciclopedia.us.es/* // @include http://*.sourcewatch.org/* // @include http://*.ritchiewiki.com/* // @include http://*.ekopedia.org/* // @include http://wiki.greasespot.net/* // @include http://*.encyclopediadramatica.com/* // @include http://*.citizendium.org/* // @include http://*.scholarpedia.org/* // @include http://*.wikitruth.info/* // @include http://*.conservapedia.com/* // @include http://*.intelink.gov/wiki/* // @include http://nsmwiki.org/* // ==/UserScript== Also try adding these include entries in: // @include http*://*/wiki/* // @include http*://*wiki*/* |
|
|
I've been playing with searching for any mention of 'monobook' in the page and using that to enable or disable the script. Then the include list could just be *. Too much overhead on the browser? |
|
|
It works - will be part of a major rewrite that I'll release tomorrow. CSS is now a part of the script, http/https links will be fixed, the script will work on any mediaWiki automatically, and I hope to add better support for on the fly enable/disable and language switching. |
|
|
:) I've been contributing a lot lately haven't I? |
|
|
You and one user that e-mailed me a few cool language ideas, yeah. |