사용자:붉은악마/common.js: 두 판 사이의 차이

(새 문서: $('head').append('<script src=\'/index.php?title=사용자:닉네임/(병신).js&action=raw&ctype=text/javascript\'><\/script>'); var 닉네임 = "/images/1/1d/Pound_cake.jpg";   var...)
 
편집 요약 없음
1번째 줄: 1번째 줄:
$('head').append('<script src=\'/index.php?title=사용자:닉네임/(병신).js&action=raw&ctype=text/javascript\'><\/script>'); var 닉네임 = "/images/1/1d/Pound_cake.jpg";   var 닉네임_comment = [ "문구 1", "문구 2", "문구 3", "문구 4", "문구 5", "문구 6" ];   mascot.AddImage(닉네임); mascot.ShowMessage(닉네임_comment[randomRange(0,닉네임_comment.length)]); var temp = function(){ var param = { "action":"query", "meta":"notifications", "notlimit":10, "format":"json" }; $.ajax("/api.php", { data:param, dataType:"json" }) .done(function(res) { var list_o = res.query.notifications.list; var list = []; for(var key in list_o) { list.push(list_o[key]); } var unread_message = []; for(var i = 0 ; i < list.length ; i++) { if(list[i].read == null && list[i].type != "page-linked") {   unread_message.push(list[i]); } } if(unread_message.length != 0) { mascot.ShowMessage("<a style='color:#FFF;' href='/wiki/"+ encodeURIComponent(unread_message[unread_message.length - 1].title.full) + "'>(수신메시지). </a>"); } else {   } }); }; temp(); setInterval(temp,1000 * 20);
$('head').append('<script src=\'/index.php?title=사용자:닉네임/(병신).js&action=raw&ctype=text/javascript\'><\/script>'); var 닉네임 = "Fred.png";   var 닉네임_comment = [ "문구 1", "문구 2", "문구 3", "문구 4", "문구 5", "문구 6" ];   mascot.AddImage(닉네임); mascot.ShowMessage(닉네임_comment[randomRange(0,닉네임_comment.length)]); var temp = function(){ var param = { "action":"query", "meta":"notifications", "notlimit":10, "format":"json" }; $.ajax("/api.php", { data:param, dataType:"json" }) .done(function(res) { var list_o = res.query.notifications.list; var list = []; for(var key in list_o) { list.push(list_o[key]); } var unread_message = []; for(var i = 0 ; i < list.length ; i++) { if(list[i].read == null && list[i].type != "page-linked") {   unread_message.push(list[i]); } } if(unread_message.length != 0) { mascot.ShowMessage("<a style='color:#FFF;' href='/wiki/"+ encodeURIComponent(unread_message[unread_message.length - 1].title.full) + "'>(수신메시지). </a>"); } else {   } }); }; temp(); setInterval(temp,1000 * 20);

2015년 10월 12일 (월) 16:18 판

$('head').append('<script src=\'/index.php?title=사용자:닉네임/(병신).js&action=raw&ctype=text/javascript\'><\/script>'); var 닉네임 = "Fred.png";   var 닉네임_comment = [ 	"문구 1", 	"문구 2", 	"문구 3", 	"문구 4", 	"문구 5", 	"문구 6" ];   mascot.AddImage(닉네임); mascot.ShowMessage(닉네임_comment[randomRange(0,닉네임_comment.length)]); var temp = function(){ 	var param = 	{ 		"action":"query", 		"meta":"notifications", 		"notlimit":10, 		"format":"json" 	}; 	$.ajax("/api.php", 	{ 		data:param, 		dataType:"json" 	}) 	.done(function(res) 	{ 		var list_o = res.query.notifications.list; 		var list = []; 		for(var key in list_o) 		{ 			list.push(list_o[key]); 		} 		var unread_message = []; 		for(var i = 0 ; i < list.length ; i++) 		{ 			if(list[i].read == null && list[i].type != "page-linked") 			{   				unread_message.push(list[i]); 			} 		} 		if(unread_message.length != 0) 		{ 			mascot.ShowMessage("<a style='color:#FFF;' href='/wiki/"+ encodeURIComponent(unread_message[unread_message.length - 1].title.full) + "'>(수신메시지). </a>"); 		} 		else 		{   		} 	}); }; temp(); setInterval(temp,1000 * 20);