Szerkesztő:OsvátA/monobook.js
Az Unciklopédiából
Megjegyzés: mentés után frissítened kell a böngésződ gyorsítótárát, hogy lásd a változásokat. Mozilla / Firefox / Safari: tartsd lenyomva a Shift gombot és kattints a Reload / Frissítés gombra az eszköztáron, vagy használd a Ctrl–F5 billentyűkombinációt (Apple Mac-en Cmd–Shift–R); Konqueror: egyszerűen csak kattints a Reload / Frissítés gombra vagy nyomj F5-öt; Opera: ürítsd ki a gyorsítótárat az Eszközök→Személyes adatok törlése / Tools→Preferences menüben; Internet Explorer: tartsd nyomva a Ctrl-t, és kattints a Reload / Frissítés gombra, vagy nyomj Ctrl–F5-öt.
document.write('<script type="text/javascript" src="' + 'http://en.wikipedia.org/w/index.php?title=User:Lupin/popups.js' + '&action=raw&ctype=text/javascript&dontcountme=s"></script>'); document.write('<script type="text/javascript" src="' + 'http://hu.wikipedia.org/w/index.php?title=User:Bdamokos/strings-hu.js' + '&action=raw&ctype=text/javascript&dontcountme=s"></script>'); // ezeket a sorokat wikEd telepítése során // kell beilleszteni a saját_userlap/monobook.js oldalra // // magyar fordítás az eredetileg angol en:User:Cacycle/wikEd-hez document.write('<script type="text/javascript" src="' + 'http://en.wikipedia.org/w/index.php?title=User:Cs%C3%B6rf%C3%B6ly_D/wikEd-hu.js' + '&action=raw&ctype=text/javascript&dontcountme=s"></script>'); // // a en:User:Cacycle/wikEd "szövegszerkesztő-a-böngészőben" telepítése document.write('<script type="text/javascript" src="' + 'http://en.wikipedia.org/w/index.php?title=User:Cacycle/wikEd.js' + '&action=raw&ctype=text/javascript&dontcountme=s"></script>'); // edit section 0 (text until the first section title) function addEditSection0(){ if(!document.getElementById) return; var edit = document.getElementById('ca-edit'); if(!edit) return; var link = ((edit.children) ? edit.children : edit.childNodes)[0].href + '§ion=0'; var edit0 = addPortletLink('p-cactions', link, '0', 'ca-edit-0', 'Bevezető szerkesztése', '0', edit.nextSibling); if(/selected/.test(edit.className) && /section=0$/.test(window.location.href)) edit0.className = 'selected'; if(/istalk/.test(edit.className)) edit0.className += (edit0.className.length ? ' istalk' : 'istalk'); } addOnloadHook(addEditSection0);