User:Lenary/monobook.js

importScript("User:Lupin/recent2.js");

$(function () {

if (wgCanonicalNamespace == "Special")

return; // no links for special pages

var title = wgTitle;

if (wgCanonicalNamespace != "")

title = title.replace(/^.*\//, ""); // subpage name only

var query = encodeURIComponent('"'+title+'" -Wikipedia' );

mw.util.addPortletLink('p-tb', 'http://www.google.com/search?ie=utf-8&oe=utf-8&q='+query,

'Google search', 't-googlesearch', 'Search Google for "'+title+'"', 'G');

mw.util.addPortletLink('p-tb', 'http://search.yahoo.com/search?ei=UTF-8&p='+query,

'Yahoo! search', 't-yahoosearch', 'Search Yahoo! for "'+title+'"', 'Y');

});

// User:Dschwen/highlightredirects.js - please include this line

mw.loader.load('https://en.wikipedia.org/w/index.php?title=User:Dschwen/highlightredirects.js'

+ '&action=raw&ctype=text/javascript');

importScript('User:MarkS/extraeditbuttons.js'); //User:MarkS/extraeditbuttons.js

//Creates mouseover popup previews

// by User:Lupin

popupFixDabs=true

importScript('User:Lupin/popupsdev.js');

importScript('User:Zocky/PicturePopups.js');

$(function () {

var tabs = document.getElementById('p-cactions').cloneNode(true);

tabs.id = 'mytabs';

var listitems = tabs.getElementsByTagName('LI');

for (i=0;i

if(listitems[i].id) listitems[i].id = 'mytabs-' + listitems[i].id;

}

content = document.getElementById("content"); // Find the content div

content.parentNode.insertBefore(tabs, content.nextSibling); // Place tab list right after content div

});

function inc (file) {

var lt = String.fromCharCode(60);

var gt = String.fromCharCode(62);

if (file.indexOf(".js") > -1) {

document.writeln(lt+'script type="text/javascript" src="/w/index.php?title='+file+'&action=raw&ctype=text/javascript&dontcountme=s"'+gt+lt+'/script'+gt);

} else if (file.indexOf(".css") > -1) {

document.writeln(lt+'link rel="stylesheet" type="text/css" href="/w/index.php?title='+file+'&action=raw&ctype=text/css" /'+gt);

}

}

inc("User:Topaz/init.js");

inc("User:Topaz/util.js");

inc("User:Topaz/sectionsplitter.js");

inc("User:Topaz/editcountutil.js");

inc("User:Topaz/enhanceduserpage.js");

inc("User:Topaz/comm.js");

inc("User:Topaz/wputil.js");

inc("User:Topaz/usermessagechanger.js");

inc("User:Topaz/statuschanger.js");