User:Tagishsimon/monobook.js
Appearance
Code that you insert on this page could contain malicious content capable of compromising your account. If you import a script from another page with "importScript", "mw.loader.load", "iusc", or "lusc", take note that this causes you to dynamically load a remote script, which could be changed by others. Editors are responsible for all edits and actions they perform, including by scripts. User scripts are not centrally supported and may malfunction or become inoperable due to software changes. A guide to help you find broken scripts is available. If you are unsure whether code you are adding to this page is safe, you can ask at the appropriate village pump. This code will be executed when previewing this page. |
The accompanying .css page for this skin is at User:Tagishsimon/monobook.css. |
function morelinks() {
var tabs = document.getElementById('p-cactions').cloneNode(true);
tabs.id = 'mytabs';
var listitems = tabs.getElementsByTagName('LI');
for (i=0;i<listitems.length;i++) {
if(listitems[i].id) listitems[i].id = 'mytabs-' + listitems[i].id;
}
document.getElementById('column-content').appendChild(tabs);
}
if (window.addEventListener) window.addEventListener("load",morelinks,false);
else if (window.attachEvent) window.attachEvent("onload",morelinks);
/**** MECU's BR fixer ****/
mw.loader.load('https://en.wikipedia.org/w/index.php?title=User:MECU/br.js'
+ '&action=raw&ctype=text/javascript');
/* This is to keep track of who is using this extension: [[User:MECU/br.js]] */
/**** End MECU's BR fixer ****/
// [[User:Henrik/sandbox/google-search]] (please include this line)
function install_search()
{
document.getElementById('searchBody').innerHTML+='<div>'+
'<FORM method=get action="http://www.google.com/search">'+
'<input type=hidden name="ie" value="UTF-8" /><input type=hidden name="oe" value="UTF-8" />'+
'<INPUT id="searchInput" name="q" type="text" accesskey="f" value="" />'+
'<input type="hidden" name="domains" value="en.wikipedia.org" />'+
'<input type=radio name=sitesearch value="">Web'+
'<input type=radio name=sitesearch value="en.wikipedia.org" checked />WP'+
'<INPUT type="submit" name="btnG" VALUE="Google Search" /></FORM></div>';
}
addOnloadHook(install_search);
// End [[User:Henrik/sandbox/google-search]] (please include this line)
importScript('user:js/watchlist.js')
importScript('User:AzaToth/twinkle.js');
//custom google
//document.write('<script type="text/javascript" src="http://en.wikipedia.org/w/index.php?'
// + 'title=User:Csewiki/monobook.js&action=raw&ctype=text/javascript&dontcountme=s"><\/script>');
//document.write('<link rel="stylesheet" type="text/css" href="http://en.wikipedia.org/w/index.php?'
// + 'title=User:Csewiki/monobook.css&action=raw&ctype=text/css&dontcountme=s"><\/link>');
//custom google end