“User:机智的小鱼君/common.js”的版本间的差异
来自小鱼君和他的朋友们
第6行: | 第6行: | ||
$('#view-fandom-code').click(function(){ | $('#view-fandom-code').click(function(){ | ||
var codepage = 'https://wjghj.fandom.com/index.php?title='+wgPageName+'&action=raw&ctype=text/html'; | var codepage = 'https://wjghj.fandom.com/index.php?title='+wgPageName+'&action=raw&ctype=text/html'; | ||
− | PopupWindow('<iframe src="'+codepage+'" />'); | + | PopupWindow('<iframe src="'+codepage+'" style="width:100%;min-height:350px;"/>','Fandom上的: '+wgPageName); |
}); | }); |
2019年9月23日 (一) 03:37的版本
$('.firstHeading').after( '<div>'+ '<button id="view-fandom-code">View Fandom Code</button>'+ '</div>' ); $('#view-fandom-code').click(function(){ var codepage = 'https://wjghj.fandom.com/index.php?title='+wgPageName+'&action=raw&ctype=text/html'; PopupWindow('<iframe src="'+codepage+'" style="width:100%;min-height:350px;"/>','Fandom上的: '+wgPageName); });