Difference between revisions of "User:Leranjun/common.js"

From Moegirlpedia
Jump to: navigation, search
m
m
 
Line 1: Line 1:
// mw.loader.load('https://zh.moegirl.org.cn/index.php?title=User:Leranjun/common.js&action=raw&ctype=text/javascript');
+
mw.loader.load('https://zh.moegirl.org.cn/index.php?title=User:Leranjun/common.js&action=raw&ctype=text/javascript');
// mw.loader.load('https://zh.moegirl.org.cn/index.php?title=User:Leranjun/common.css&action=raw&ctype=text/css', 'text/css');
+
mw.loader.load('https://zh.moegirl.org.cn/index.php?title=User:Leranjun/common.css&action=raw&ctype=text/css', 'text/css');
  
 
/*
 
/*
Line 18: Line 18:
 
*/
 
*/
 
// IPE
 
// IPE
mw.loader.load('//cdn.jsdelivr.net/gh/dragon-fish/inpageedit-v2@master/script.min.js');
+
mw.loader.load('//unpkg.com/mediawiki-inpageedit');
  
 
// Navigation popups
 
// Navigation popups

Latest revision as of 04:37, 13 June 2022

mw.loader.load('https://zh.moegirl.org.cn/index.php?title=User:Leranjun/common.js&action=raw&ctype=text/javascript');
mw.loader.load('https://zh.moegirl.org.cn/index.php?title=User:Leranjun/common.css&action=raw&ctype=text/css', 'text/css');

/*
------------------------------------
My User Scripts
*/
// MarkAsResolved
mw.loader.load('/index.php?title=User:Leranjun/MarkAsResolved.js&action=raw&ctype=text/javascript');
// quick-save
mw.loader.load('/index.php?title=User:Leranjun/quick-save.js&action=raw&ctype=text/javascript');
// MarkForDeletion
mw.loader.load('/index.php?title=User:Leranjun/MarkForDeletion.js&action=raw&ctype=text/javascript');

/*
------------------------------------
Other User Scripts
*/
// IPE
mw.loader.load('//unpkg.com/mediawiki-inpageedit');

// Navigation popups
mw.loader.load('//en.wikipedia.org/w/load.php?modules=ext.gadget.Navigation_popups');

// Syntax Highlighter
mw.loader.load('//www.mediawiki.org/w/index.php?title=MediaWiki:Gadget-DotsSyntaxHighlighter.js&action=raw&ctype=text/javascript');

// HotCat
mw.loader.load('//commons.wikimedia.org/w/index.php?title=MediaWiki:Gadget-HotCat.js&action=raw&ctype=text/javascript');

// navbox-link
// mw.loader.load('//zh.moegirl.org.cn/index.php?title=User:AnnAngela/js/navbox-link.js&action=raw&ctype=text/javascript');

// purgelink by User:One-Six
mw.loader.load('/index.php?title=User:One-Six/purgelink.js&action=raw&ctype=text/javascript');