Content deleted Content added
Polygnotus (talk | contribs) No edit summary |
Polygnotus (talk | contribs) No edit summary |
||
Line 36:
action: 'query',
prop: 'revisions',
titles: `User:${username}/
rvslots: '*',
rvprop: 'content',
Line 75:
let content = config.insertText;
// Handle the
if (typeof content === 'string') {
// This handles patterns like "text" + ":more" or "pre~~" + "~~post"
content = content.replace(/
}
|