User:DaveBot

Jump to navigation Jump to search

DaveBot is really a collection of bots running under a single account. These bots carry out mindless tasks so that others are free to use their time more creatively.

Tasks

Automated tasks

CSS changes

 /* In MediaWiki:Monobook.css */
 
 a.new {
   text-decoration: none !important;
   color: black !important;
 }
 
 .Template-Fact {
   display: none;
 }