User:FlightTime/OneClickArchiver/sandbox.js: Difference between revisions

Content deleted Content added
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...'
 
Line 364:
mPosted = '<span style="color: #008800">Archive created...</span>';
} else {
let sectionSeparator = '\n\n{{Clear}}\n\n';
sectionContent = '\n<br style="clear: both"/><!--This prevents archived sections from spilling into each other-->\n' + sectionContent;
 
}
if ( typeof customSectionSeparator !== 'undefined' ) {
if ( customSectionSeparator ) {
sectionSeparator = '\n\n' + customSectionSeparator + '\n\n';
} else {
sectionSeparator = '\n\n';
}
}
 
// ...
 
sectionContent = sectionSeparator + sectionContent;
if ( dnau != null ) {