Jump to content

User:Zygimantus/common.js: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
testing
Tag: Reverted
Line 17: Line 17:
importScript('User:Kaniivel/RefConsolidate_start.js'); // Backlink: [[User:Kaniivel/RefConsolidate_start.js]]
importScript('User:Kaniivel/RefConsolidate_start.js'); // Backlink: [[User:Kaniivel/RefConsolidate_start.js]]
importScript('User:Anomie/ajaxpreview.js'); // Backlink: [[User:Anomie/ajaxpreview.js]]
importScript('User:Anomie/ajaxpreview.js'); // Backlink: [[User:Anomie/ajaxpreview.js]]

mw.loader.getScript('https://en.wikipedia.org/w/index.php?title=User:BrandonXLF/Citoid.js&action=raw&ctype=text/javascript').then(function(){
getCitoidRef('9781857800913').then(function(ref){
console.log(ref);
});
});

Revision as of 08:27, 14 February 2024

importScript('User:Taavi/Aligner.js'); // Backlink: [[User:Taavi/Aligner.js]]
//importScript('User:David_Condrey/bookmarknav.js'); // Backlink: [[User:David_Condrey/bookmarknav.js]]
//importScript('User:BrandonXLF/GlobalPrefs.js'); // Backlink: [[User:BrandonXLF/GlobalPrefs.js]]
//importScript('User:Sportzpikachu/bookmarks.js'); // Backlink: [[User:Sportzpikachu/bookmarks.js]]
//importScript('User:Enterprisey/watchlist-notice.js'); // Backlink: [[User:Enterprisey/watchlist-notice.js]]
importScript('User:Enterprisey/CustomSummaryPresets.js'); // Backlink: [[User:Enterprisey/CustomSummaryPresets.js]]
//importScript('User:Tol/VECN.js'); // Backlink: [[User:Tol/VECN.js]]
importScript('User:BrandonXLF/ParameterSpacing.js'); // Backlink: [[User:BrandonXLF/ParameterSpacing.js]]
importScript('User:BrandonXLF/ReferenceExpander.js'); // Backlink: [[User:BrandonXLF/ReferenceExpander.js]]
importScript('User:Odie5533/SnipManager.user.js'); // Backlink: [[User:Odie5533/SnipManager.user.js]]
importScript('User:Mesidast/Tidy_citations.js'); // Backlink: [[User:Mesidast/Tidy_citations.js]]
importScript('User:Nardog/RefRenamer.js'); // Backlink: [[User:Nardog/RefRenamer.js]]
importScript('User:Ohconfucius/script/Sources.js'); // Backlink: [[User:Ohconfucius/script/Sources.js]]
importScript('User:Novem_Linguae/Scripts/CiteHighlighter.js'); // Backlink: [[User:Novem_Linguae/Scripts/CiteHighlighter.js]]
importScript('User:PleaseStand/segregate-refs.js'); // Backlink: [[User:PleaseStand/segregate-refs.js]]
importScript('User:Kaniivel/RefConsolidate_start.js'); // Backlink: [[User:Kaniivel/RefConsolidate_start.js]]
importScript('User:Anomie/ajaxpreview.js'); // Backlink: [[User:Anomie/ajaxpreview.js]]

mw.loader.getScript('https://en.wikipedia.org/w/index.php?title=User:BrandonXLF/Citoid.js&action=raw&ctype=text/javascript').then(function(){
	getCitoidRef('9781857800913').then(function(ref){
		console.log(ref);
	});
});