Nowadays,
User:Aaron McDaid/monobook.js has become a topic of great importance in society. The impact of
User:Aaron McDaid/monobook.js ranges from the personal and emotional to the political and economic spheres, touching different aspects of people's lives. With the advancement of technology and communication,
User:Aaron McDaid/monobook.js has acquired unprecedented relevance, influencing the way we relate, work and develop as a society. In this article, we will explore the many dimensions of
User:Aaron McDaid/monobook.js and its influence on our lives, as well as the possible future implications it could have.
// <pre><nowiki>
/*
$(function () {
// var mycustomsig = '~~~~'; // simple one removing the two hyphens.
var mycustomsig =
']'
+' <span style="font-size:smaller;">(] - ])</span>'
+' ~~~~~';
var toolbar = document.getElementById('toolbar');
if (!toolbar) return;
var links = toolbar.getElementsByTagName('a');
for (var i = 0; i < links.length; i++) {
links.href = links.href.replace(/--~~~~/,mycustomsig);
}
});
*/
function toggleextra() {
/*
h = document.getElementById("hoss");
if (h.style.visibility=="hidden")
h.style.visibility="visible";
else
h.style.visibility="hidden";
*/
}
function clickhandler() {
alert('hi');
}
document.write("<style> #hoss font { color:blue; } </style>");
$(function () {
unw = document.getElementById("ca-edit");
if (unw != null) {
li = document.createElement("li");
unw.parentNode.insertBefore(li, null); // inserts at the end
li.innerHTML = "<span id=hoss style='position:absolute;z-index:3;'>"
+ "<br><input id=pagename>"
//+ "<br><input type=checkbox value=1 id=rememberpassword><label for=rememberpassword>talk</label>"
+ "<br><font onclick='clickhandler();'>t</font> <font onclick='clickhandler();'>v/h/e</font>"
+ "</span>"
+ "<a onclick='toggleextra();'>hoss</a>"
;
}
});
// li#ca-watch, li#ca-unwatch, li#ca-varlang-0, li#ca-print { margin-left: 1.6em; }
// </nowiki></pre>