「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; | ||