User:Andrewh/monobook.js
|
Note: After saving, you have to bypass your browser's cache to see the changes. Mozilla/Safari/Konqueror: hold down Shift while clicking Reload (or press Ctrl-Shift-R), IE: press Ctrl-F5, Opera: press F5.
var pageTitle = document.title; // Get the document title var topic = pageTitle.split(' - Wikipedia, the free encyclopedia'); // Get the main title window.status = 'Wikipedia: ' + topic[0]; // Put it onto the status bar