MediaWiki:Gadget-ShortURL.js:修订间差异

删除的内容 添加的内容
从求闻原版复制,仅改 getShortDomains() 为硬编码 test.zybkcn.com
修复 Vector 2022 匿名用户看不到工具的问题:优先使用 #p-tb 而非 #p-cactions
标签已被回退
第223行:
let portletLink = document.querySelector("#t-shortlink");
if (!portletLink) {
const portletId = document.querySelector("#p-cactionstb") ? "p-cactionstb" : "p-tbcactions";
portletLink = mw.util.addPortletLink(portletId, "#", getMessage("Share URL for the page"), "t-shortlink", getMessage("Show URL"));
}