Usor:Data Gamer/vector.js

E Vicipaedia

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
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' );