注意:保存之后,你必须清除浏览器缓存才能看到做出的更改。Google ChromeFirefoxMicrosoft EdgeSafari:按住⇧ Shift键并单击工具栏的“刷新”按钮。参阅Help:绕过浏览器缓存以获取更多帮助。

importScriptURI('http://en.wikipedia.org/w/index.php?title=User:Drilnoth/assessortags.js&action=raw&ctype=text/javascript'); //See [[User:Drilnoth/assessortags.js/doc]] for details

document.write('<script type="text/javascript" src=" \
http://en.wikipedia.org/w/index.php?title=User:Lupin/autoedit.js \
&action=raw&ctype=text/javascript&dontcountme=s"></script>');

importScript('User:Shizhao/recent2.js');
importScript('User:Shizhao/gettitle.js');

$(function (){
		if(queryString("submitdelete")=="true") document.forms[0].wpConfirmB.click();
	});
	function queryString(p) {
		var re = RegExp('[&?]' + p + '=([^&]*)');
		var matches;
		if (matches = re.exec(document.location)) {
			try { 
				return decodeURI(matches[1]);
			} catch (e) {
			}
		}
		return null;
	};