Advertisement
PintorKagamine

Untitled

Sep 11th, 2014
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. if (wgTitle === 'Portada') {
  2.   var fecha = new Date();
  3.   var segundos = fecha.getSeconds();
  4.   if (segundos === [00, 30]) {
  5.     location.href = '/wiki/' + wgTitle + '?action=purge';
  6.   };
  7. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement