Content deleted Content added
m comment out for now |
m Maintenance: Replacing document.write with mw.loader.load (mw:ResourceLoader/Migration_guide_(users)#Avoid_document.write() - phab:T130879) |
||
(6 intermediate revisions by 2 users not shown) | |||
Line 1:
// [[User:Lupin/popups.js]]
mw.loader.load(
+ '&action=raw&ctype=text/javascript&dontcountme=s
popupFixDabs = true;
// Script from [[User:AndyZ/peerreviewer.js]]
//importScript('User:AndyZ/peerreviewer.js'); //[[User:AndyZ/peerreviewer.js]]
// Script from [[User:Lupin/editcount.js]]▼
+ 'http://en.wikipedia.org/w/index.php?title=User:Lupin/editcount.js' ▼
+ '&action=raw&ctype=text/javascript&dontcountme=s"></script>');▼
// installation of the wikEd editing page extension
// install [[User:Cacycle/diff]] text diff code
▲
+ 'http://en.wikipedia.org/w/index.php?title=User:Cacycle/diff.js'▼
+ '&action=raw&ctype=text/javascript&dontcountme=s"></script>');▼
// install [[User:Pilaf/Live_Preview]] page preview tool
Line 28 ⟶ 22:
// install [[User:Mboverload/RegExTypoFix|RegExTypoFix]] common typo fixer
▲+ 'http://en.wikipedia.org/w/index.php?title=User:Cacycle/RegExTypoFix.js'
+ '&action=raw&ctype=text/javascript&dontcountme=s"></script>');▼
// install [[User:Cacycle/wikEd international]] translation here
// install [[User:Cacycle/wikEd]] editing page extension
// Script from [[User:Omegatron/monobook.js/addlink.js]]
importScript('User:Omegatron/monobook.js/addlink.js'); //[[User:Omegatron/monobook.js/addlink.js]]
importScript('User:Dr_pda/prosesize.js'); //[[User:Dr_pda/prosesize.js]]
importScript('User:Ais523/topcontrib.js');
importScript('User:AzaToth/morebits.js');
|