Content deleted Content added
|
|
function CustomizeLinkModifications() {
var ONLINEpagetoedit = "http://en.wikipedia.org/w/index.php?title=User:" + encodeURIComponent(wgUserName) + "/Status&action=edit&newstatus=online";
var OFFLINEpagetoedit = "http://en.wikipedia.org/w/index.php?title=User:" + encodeURIComponent(wgUserName) + "/Status&action=edit&newstatus=offline";
var HUGGLEpagetoedit = "http://en.wikipedia.org/w/index.php?title=User:" + encodeURIComponent(wgUserName) + "/Status&action=edit&newstatus=huggle";
var hovertext = "Update Your Status!"
|