Content deleted Content added
FlightTime (talk | contribs) ←Created page with '/** * This is a custom fork of User:Equazcion/OneClickArchiver.js [4], as the base script * * Derived from Elli's [1] version of Evad37's [2] version of Technical 13's version [3] of Equazcion's OneClickArchiver [4] * [1] < https://en.wikipedia.org/wiki/User:Elli/OneClickArchiver.js User:Elli/OneClickArchiver.js> * [2] < https://en.wikipedia.org/wiki/User:Evad37/OneClickArchiver.js > * [3] < https://en.wikipedia.org/wiki/User:Technical_13/Script...' |
FlightTime (talk | contribs) |
||
Line 364:
mPosted = '<span style="color: #008800">Archive created...</span>';
} else {
let sectionSeparator = '\n\n{{Clear}}\n\n';
if ( typeof customSectionSeparator !== 'undefined' ) {
if ( customSectionSeparator ) {
sectionSeparator = '\n\n' + customSectionSeparator + '\n\n';
} else {
sectionSeparator = '\n\n';
}
}
// ...
sectionContent = sectionSeparator + sectionContent;
if ( dnau != null ) {
|