MediaWiki:Common.js:修订间差异

跳到导航 跳到搜索
添加340字节 、​ 2022年5月4日 (星期三)
无编辑摘要
无编辑摘要
无编辑摘要
第111行: 第111行:
/////// Toggle Content
/////// Toggle Content
$(function () {
$(function () {
const cssSanitizer = (cssStr) => (typeof cssStr === "string" ? cssStr : "").replace(RegExp(decodeURIComponent("%3C!--"), "g"), "").replace(RegExp(decodeURIComponent("-%3E"), "g"), "").replace(/\/\//g, "").replace(/url/g, "").replace(/&/g, "").replace(/pointer-event/g, ";").replace(/display\s*:\s*none\s*!\s*important/g, "display: none");
console.log("Hello world");
console.log("Hello world");
}());
}());


///////结束////////
///////结束////////

导航菜单