“User:机智的小鱼君/common.js”的版本间的差异
来自小鱼君和他的朋友们
([InPageEdit]) |
([InPageEdit] minus max-height) |
||
第4行: | 第4行: | ||
$('<a>').attr('href','#_ViewFandomCode').text('查看Fandom代码').click(function(){ | $('<a>').attr('href','#_ViewFandomCode').text('查看Fandom代码').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+'" style="width:100%;min-height: | + | PopupWindow('<iframe src="'+codepage+'" style="width:100%;min-height:300px;"/>','Fandom上的: '+wgPageName,{closeBtn:false}); |
}) | }) | ||
) | ) | ||
); | ); | ||
}); | }); |
2019年9月23日 (一) 20:41的版本
$(function(){ $('#p-userpagetools ul').append( $('<li>').append( $('<a>').attr('href','#_ViewFandomCode').text('查看Fandom代码').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:300px;"/>','Fandom上的: '+wgPageName,{closeBtn:false}); }) ) ); });