User talk:Magnus Manske/less edit clutter.js

Latest comment: 16 years ago by Costello

On the part of the script which detect interwiki links (line 474) you will have a problem with articles that have interwiki to "zh-yue" (kind of Chinese) wikipedia since in JS regexp \w reffers only to alphanumeric characters. I've just translated this script to Hebrew and noticed this problem when testing it against Mickey_Mouse. to resolve this I used [a-z-] instead of \w. cheers, Costello (talk) 20:25, 20 March 2008 (UTC)Reply