מדיה ויקי:Common.js/externalsmaker.js – הבדלי גרסאות
אין תקציר עריכה |
קיסם נטוי |
||
| שורה 94: | שורה 94: | ||
{ | { | ||
str: location.href, | str: location.href, | ||
match: /hageula.com\/news\/([^/]+)\/d+.html/ | match: /hageula.com\/news\/([^/]+)\/\d+.html/ | ||
}, | }, | ||
{ | { | ||
str: location.href, | str: location.href, | ||
match: /hageula.com\/news\/[^/]+\/(d+).html/ | match: /hageula.com\/news\/[^/]+\/(\d+).html/ | ||
}, | }, | ||
//[ | //[ | ||