Content deleted Content added
Joshua Scott (talk | contribs) create first version from User:TheJosh/Scripts/NewPagePatrol.js |
Joshua Scott (talk | contribs) some changes - not done |
||
Line 130:
// Go back 5 mins in time
//now -= (60 * 5);
// Then make the request
pendch_http.open("GET", "/w/api.php?action=query&format=xml&list=
pendch_http.send(null);
}
Line 335:
var rcid = items[i].getAttribute('rcid');
var patrolled = items[i].getAttribute('patrolled') != null;
var old_id = items[i].getAttribute('stable_revid')
item_name = item_name.replace(/&/, "%26");
var item_url = 'http://en.wikipedia.org/w/index.php?title=' + item_name + '&
a = document.createElement('a');
|