페미위키:개선요청의 토론 주제

이런 링크처럼 페미위키 내부로 통하는 외부 링크를, 현재 창에서 보이게 할 수 있을까요?

  $('#bodyContent a').each(function() {
    this.href = this.href.replace('&action=edit&redlink=1', '&redlink=1');
    if(this.href.indexOf(window.location.hostname) !== -1)
      this.target = '_self';
  });

위에는 일단 저가 해본건데 페미위키 스킨 resources/main.js 마지막 부분에 위의 2, 3열을 추가하니까 화살표 이미지는 남지만 그래도 현재 창에서 뜨게는 되네요. 감사합니다.