Jump to content

User:Thegreatgrabber/common.js

From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
//importScript('User:Dr_pda/prosesize.js'); //[[User:Dr_pda/prosesize.js]]
//importScript('User:Thegreatgrabber/Logout.js');
//var howmanyminutes=20
importScript('Wikipedia:AutoEd/basic.js');
importScript('User:Ohconfucius/script/formatgeneral.js');  //[[User:Ohconfucius/script/formatgeneral.js]]
/*
$('.mw-headline').each(function(i, obj) {
	//test
	var tMall = document.createElement("span");
	var talkMasterOptions = document.createElement("span");
	var spacer = document.createTextNode("   ");
	var sizer = document.createElement("small");
	var talkMasterArchive = document.createElement("span");
	var talkMasterDelete = document.createElement("span");
	var tMAtext = document.createTextNode("[Archive]");
	var tMDtext = document.createTextNode("[Delete]");
	talkMasterOptions.appendChild(spacer);
	talkMasterArchive.appendChild(tMAtext);
	talkMasterDelete.appendChild(tMDtext);
	talkMasterOptions.appendChild(talkMasterArchive);
	talkMasterOptions.appendChild(talkMasterDelete);
	sizer.appendChild(talkMasterOptions);
	tMall.appendChild(sizer);
	obj.appendChild(tMall);
});
*/
importScript('User:Ucucha/duplinks.js'); // [[User:Ucucha/duplinks]]