User:Ahecht/common.js: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
Don't load my global.js to avoid loading non-working user-identifier script |
mNo edit summary |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
mw.loader.load( '//en.wikipedia.org/w/index.php?title=User:Ahecht/common.js&action=raw&ctype=text/javascript' ); |
mw.loader.load( '//en.wikipedia.org/w/index.php?title=User:Ahecht/common.js&action=raw&ctype=text/javascript' ); |
||
mw.loader.using( ['mediawiki.util'] ).then( function () { // from https://meta.wikimedia.org/wiki/User:Ahecht/global.js |
|||
⚫ | |||
mw.loader.load( "//en.wikipedia.org/w/index.php?title=User:Ahecht/Scripts/ |
mw.loader.load( "//en.wikipedia.org/w/index.php?title=User:Ahecht/Scripts/UTCLiveClock.js&action=raw&ctype=text/javascript" ); // Linkback: [[wp:User:Ahecht/Scripts/UTCLiveClock.js]] |
||
mw.loader.load( "//en.wikipedia.org/w/index.php?title=User: |
mw.loader.load( "//en.wikipedia.org/w/index.php?title=User:Ahecht/Scripts/CVD.js&action=raw&ctype=text/javascript" ); //[[wp:User:Ahecht/Scripts/CVD.js]] |
||
mw.loader.load( |
mw.loader.load( "//en.wikipedia.org/w/index.php?title=User:SiBr4/TemplateSearch.js&action=raw&ctype=text/javascript" ); // Linkback: [[wp:User:SiBr4/TemplateSearch.js]] |
||
⚫ | |||
} ); |
Latest revision as of 20:31, 4 November 2023
mw.loader.load( '//en.wikipedia.org/w/index.php?title=User:Ahecht/common.js&action=raw&ctype=text/javascript' );
mw.loader.using( ['mediawiki.util'] ).then( function () { // from https://meta.wikimedia.org/wiki/User:Ahecht/global.js
mw.loader.load( "//en.wikipedia.org/w/index.php?title=User:Ahecht/Scripts/UTCLiveClock.js&action=raw&ctype=text/javascript" ); // Linkback: [[wp:User:Ahecht/Scripts/UTCLiveClock.js]]
mw.loader.load( "//en.wikipedia.org/w/index.php?title=User:Ahecht/Scripts/CVD.js&action=raw&ctype=text/javascript" ); //[[wp:User:Ahecht/Scripts/CVD.js]]
mw.loader.load( "//en.wikipedia.org/w/index.php?title=User:SiBr4/TemplateSearch.js&action=raw&ctype=text/javascript" ); // Linkback: [[wp:User:SiBr4/TemplateSearch.js]]
mw.loader.load( '//testwiki.wiki/index.php?title=User:Ahecht/useridentifier.js&action=raw&ctype=text/javascript' );
} );