Zum Inhalt springen

Benutzer:Melancholie/Wiktionary/monobook.js/MJ12

Us der alemannische Wikipedia, der freie Dialäkt-Enzyklopedy
// Verlinkte Seiten zu Majestic-12 hinzufügen
function subMJ12() {
 a = document.getElementById("bodyContent");
 a.innerHTML = '<form name="formX"><textarea name="teXt">'+a.innerHTML+'<\/textarea><\/form>';
 b = document.formX.teXt;
 b.value = b.value.replace(/([\r\n]+)/g, "");
 b.value = b.value.replace(/\"\/(w|wiki)\//g, '"http://als.wiktionary.org/$1/');
 b.value = b.value.replace(/.+?\"http:/, "http:");
 b.value = b.value.replace(/\".+?\"http:/g, "\r\nhttp:");
 b.value = b.value.replace(/(\" |\"\>).+/, "");
 b.value = b.value.replace(/(http:.+?([\r\n]))((http:.+?([\r\n]))*)\1/g, "$1$3");
 b.value = b.value.replace(/(http:.+?_.+?([\r\n]))((http:.+?([\r\n]))*)\1/g, "$1$3");
 b.value = b.value.replace(/(http:.+?:.+?([\r\n]))((http:.+?([\r\n]))*)\1/g, "$1$3");
 b.value = b.value.replace(/http:.+?(\#|(\?|\&)(action|days|diff|from|hide[^\=]+?|ip|limit|oldid|target)\=).+?([\r\n]{1,2})/g, "");
 b.value = b.value.replace(/(%C4|%C3%84)/g, "Ä");
 b.value = b.value.replace(/(%E4|%C3%A4)/g, "ä");
 b.value = b.value.replace(/(%D6|%C3%96)/g, "Ö");
 b.value = b.value.replace(/(%F6|%C3%B6)/g, "ö");
 b.value = b.value.replace(/(%DC|%C3%9C)/g, "Ü");
 b.value = b.value.replace(/(%FC|%C3%BC)/g, "ü");
 b.value = b.value.replace(/(%DF|%C3%9F)/g, "ß");
 b.value = b.value.replace(/%3A/g, ":");
 b.value = b.value.replace(/^(http:)/, "MJ12form\r\n$1");
 b.value = b.value.replace(/((http:.+?([\r\n])){100,100})/g, "$1</textarea></form>MJ12form");
 b.value = b.value.replace(/([\r\n])\<\/textarea\>\<\/form\>/g, "</textarea></form>");
 b.value = b.value.replace(/MJ12form/g, '<form method="post" action="http://mj12search.kicks-ass.org:8888/submit/submit.jhh"><input type="submit" value="An Majestic-12 senden!" />
<textarea name="URLs" rows="8" style="font-size: 80%;">'); a.innerHTML = b.value+'<\/textarea><\/form>'; } function setOrig() { document.getElementById("p-logo").innerHTML = '<a style="background-image: url(/images/wiktionary-en.png);" href="/" onmouseout="javascript:setMJ12()" title="Houptsyte!"><\/a>'; } hookEvent("load", setOrig); function setMJ12() { document.getElementById("p-logo").innerHTML = '<a style="background-image: url(http://majestic12.co.uk/images/mj12logo.png);" href="javascript:subMJ12()" onmouseout="javascript:setOrig()" title="Verwys fir MJ12 sammle!"><\/a>'; }