User:Polygnotus/Scripts/OneClickArchiver.js: Difference between revisions

Content deleted Content added
forking https://en.wikipedia.org/wiki/User:Elli/OneClickArchiver.js because I don't want these links on every page, just on my own talkpage
 
No edit summary
 
(5 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 21 ⟶ 23:
 
$( document ).ready( function () {
if (config.wgPageName !== "User_talk:" + mw.config.get('wgUserName')) {
return;
}
if ( ( $( '#ca-addsection' ).length > 0 ||
$.inArray( 'Non-talk pages that are automatically signed', config.wgCategories ) >= 0 ) &&