Thành viên:Data Gamer/vector.js

Bách khoa toàn thư mở Wikipedia

Chú ý: Sau khi lưu thay đổi trang, bạn phải xóa bộ nhớ đệm của trình duyệt để nhìn thấy các thay đổi. Google Chrome, Firefox, Internet ExplorerSafari: Giữ phím ⇧ Shift và nhấn nút Reload/Tải lại trên thanh công cụ của trình duyệt. Để biết chi tiết và hướng dẫn cho các trình duyệt khác, xem Trợ giúp:Xóa bộ nhớ đệm.

if (mw.config.get('wgPageName')=="Ειδικό:ΚενήΣελίδα/list") {
  var list = prompt("Paste list of page names").split('\n');
  alert(list);
  for (var i = 0; i < list.length; i++) {
    open("https://el.wikipedia.org/w/index.php?action=edit&title="+encodeURIComponent(list[i].replace(/ /g,'_')));
  }
}

var articleTranslatorConf = {
    'homeWiki': 'el'
};
mw.loader.load( '//en.wikipedia.org/w/index.php?title=User:Ebraminio/ArticleTranslator.js&action=raw&ctype=text/javascript' );