跳转到内容

“MediaWiki:Gadget-whoisactive.js”的修订纪录

差异选择:选中要对比的修订的单选按钮,然后按Enter键或下面的按钮。
说明:(当前)=与最后修订的差异,(之前)=与上个修订的差异,=小编辑。

2022年12月5日 (星期一)

  • 当前之前 15:542022年12月5日 (一) 15:54 入我相思门 留言 贡献 2,507字节 −34 无编辑摘要
  • 当前之前 15:442022年12月5日 (一) 15:44 入我相思门 留言 贡献 2,541字节 +2,541 创建页面,内容为“$( function () { const filteredLinks = []; const localizedUserNamespace = mw.config.get( 'wgFormattedNamespaces' )[2]; $( '.mw-body-content' ). find( 'a[title^="User:"], a[title^="' + localizedUserNamespace + ':"]' ). each( function() { const link = $( this ); const href = decodeURI( link.attr( 'href' ) ); const userRegex = new RegExp( '((User)|(' + localizedUserNamespace + ')):(.*?)(?=&|$)' ); const username = href.match(userRegex);…”