Jump to content
Wikimedia Meta-Wiki

User:Xiplus/TwinkleGlobal/load.js

From Meta, a Wikimedia project coordination wiki

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
 /**
  * Forked from https://zh.wikipedia.org/w/index.php?oldid=45972864
  * @see [[User:Xiplus/TwinkleGlobal]]
  * @author [[User:逆襲的天邪鬼]]
  * @author [[User:Xiplus]]
  * @author [[User:WhitePhosphorus]]
  */

 (function(){

 varVERSION='2024年07月21日 04:57:09';
 varPREFIX='User:Xiplus/TwinkleGlobal/';
 varrebuildcache=localStorage.Twinkle_global_xiplus_version!==VERSION;
 vartests=[];
 varapi;

 varajax=function(title){
 returnapi.get({
 action:'query',
 format:'json',
 prop:'revisions',
 titles:title,
 rvprop:'content'
 }).then(function(data){
 for(varkeyindata.query.pages){// eslint-disable-line guard-for-in, no-unreachable-loop
 returndata.query.pages[key].revisions[0]['*'];
 }
 });
 };

 varload=function(p){
 vardone=function(data){
 if(rebuildcache||!localStorage['Twinkle_global_xiplus_'+p.name]){
 localStorage['Twinkle_global_xiplus_'+p.name]=data;
 }
 };
 if(localStorage['Twinkle_global_xiplus_'+p.name]&&!rebuildcache){
 return$.Deferred().resolve(localStorage['Twinkle_global_xiplus_'+p.name]);
 }
 if(p.test){
 returnajax(PREFIX+p.name).done(done);
 }
 returnajax('MediaWiki:Gadget-'+p.name).done(done);
 };

 varmessage=function(text){
 console.log('[Twinkle_global_xiplus]',text);// eslint-disable-line no-console
 // $('#simpleSearch input[type="search"]').attr('placeHolder', text);
 };

 tests.push({name:'morebits.js',test:true});
 tests.push({name:'twinkle.js',test:true});
 tests.push({name:'twinklearv.js',test:true});
 // tests.push({name: 'twinklewarn.js', test: true});
 // tests.push({name: 'friendlyshared.js', test: true});
 // tests.push({name: 'friendlytag.js', test: true});
 // tests.push({name: 'friendlytalkback.js', test: true});
 // tests.push({name: 'twinklebatchdelete.js', test: true});
 // tests.push({name: 'twinklebatchundelete.js', test: true});
 // tests.push({name: 'twinkleblock.js', test: true});
 // tests.push({name: 'twinkleclose.js', test: true});
 tests.push({name:'twinkleconfig.js',test:true});
 // tests.push({name: 'twinklecopyvio.js', test: true});
 // tests.push({name: 'twinkledelimages.js', test: true});
 tests.push({name:'twinklediff.js',test:true});
 tests.push({name:'twinklefluff.js',test:true});
 // tests.push({name: 'twinkleimage.js', test: true});
 // tests.push({name: 'twinkleprotect.js', test: true});
 tests.push({name:'twinklespeedy.js',test:true});
 // tests.push({name: 'twinklestub.js', test: true});
 // tests.push({name: 'twinkleunlink.js', test: true});
 // tests.push({name: 'twinklexfd.js', test: true});


 functionmain(){
 if(mw.config.get('wgServer')==='//meta.wikimedia.org'){
 api=newmw.Api();
 }else{
 api=newmw.ForeignApi('https://meta.wikimedia.org/w/api.php');
 }

 mw.loader.load('https://meta.wikimedia.org/w/index.php?title=User:Xiplus/TwinkleGlobal/morebits.css&action=raw&ctype=text/css','text/css');
 mw.loader.load('https://meta.wikimedia.org/w/index.php?title=User:Xiplus/TwinkleGlobal/twinkle.css&action=raw&ctype=text/css','text/css');

 varfinished=0;
 varcode=[];

 // all
 message('Loading Twinkle_global_xiplus...');
 vardone=function(x){
 returnfunction(data){
 finished++;
 message('Loading Twinkle_global_xiplus... ('+finished+'/'+tests.length+')');
 code[x]=data;
 if(x===tests.length-1){
 localStorage.Twinkle_global_xiplus_version=VERSION;
 try{
 eval(code.join('\n;\n'));
 message('Twinkle Done');
 }catch(e){
 mw.notify('Error loading Twinkle: '+e,{type:'error'});
 }
 if($('#twinkleglobal-config-titlebar').length){
 $('#twinkleglobal-config-titlebar').append('--Version: Xiplus '+localStorage.Twinkle_global_xiplus_version);
 $('#twinkleglobal-config-titlebar').append('<button onclick="localStorage.Twinkle_global_xiplus_version = \'\';location.reload();">Purge</button>');
 }
 }else{
 load(tests[x+1]).done(done(x+1));
 }
 };
 };
 load(tests[0]).done(done(0));
 }

 mw.loader.using(['mediawiki.user','mediawiki.util','mediawiki.Title','jquery.ui','mediawiki.api','mediawiki.ForeignApi']).done(function(){
 main();
 });

 })();

AltStyle によって変換されたページ (->オリジナル) /