Content deleted Content added
MusikAnimal (talk | contribs) fix regex for finding section number |
MusikAnimal (talk | contribs) fix anchor tag selector to ignore visual editor edit links |
||
Line 227:
console.log('Marking as done');
var sectionNode = document.getElementById('User:' + userName.replace(/ /g, '_')),
sectionNumber = $(sectionNode).siblings('.mw-editsection').find(
return api.postWithToken( 'edit', {
format: 'json',
|