User:Irukaza/common.js:修订间差异
跳到导航
跳到搜索
无编辑摘要
imported>=海豚= ([InPageEdit] 没有编辑摘要) |
imported>=海豚= 无编辑摘要 |
||
| 第9行: | 第9行: | ||
try { | try { | ||
var link = new mw.Uri(this.href); | var link = new mw.Uri(this.href); | ||
if (link.host !== ' | if (link.host !== 'www.hmoegirl.com') return; | ||
if (/^\/api\.php/i.test(link.path)) return; | if (/^\/api\.php/i.test(link.path)) return; | ||
if (!link.query.title && /\.php$/i.test(link.path)) return; | if (!link.query.title && /\.php$/i.test(link.path)) return; | ||