Content deleted Content added
Polygnotus (talk | contribs) temporary Tag: Reverted |
Polygnotus (talk | contribs) No edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1:
//forked from https://en.wikipedia.org/wiki/User:Elli/OneClickArchiver.js because I don't want these links on every page, just on my own talkpage
/**▼
▲ /**
* Derived from Evad37's [1] version of Technical 13's version [2] of Equazcion's OneClickArchiver [3]
* [1] < https://en.wikipedia.org/wiki/User:Evad37/OneClickArchiver.js >
Line 22 ⟶ 24:
$( document ).ready( function () {
if (config.wgPageName !== "User_talk:" + mw.config.get('wgUserName')) {
return;
}
if ( ( $( '#ca-addsection' ).length > 0 ||
|