Content deleted Content added
update |
m Maintenance: Replacing document.write with mw.loader.load (mw:ResourceLoader/Migration_guide_(users)#Avoid_document.write() - phab:T130879) |
||
(3 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;
Line 13:
// 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 23 ⟶ 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
▲+ 'http://en.wikipedia.org/w/index.php?title=User:Cacycle/wikEd.js'
▲+ '&action=raw&ctype=text/javascript&dontcountme=s"></script>');
// Script from [[User:Omegatron/monobook.js/addlink.js]]
Line 38 ⟶ 35:
// Script from [[User:Dr_pda/prosesize.js]]
importScript('User:Dr_pda/prosesize.js'); //[[User:Dr_pda/prosesize.js]]
importScript('User:Ais523/topcontrib.js');
importScript('User:AzaToth/morebits.js');
importScript('User:AWeenieMan/furme.js');
|