http://qs321.pair.com?node_id=997161

sedusedan has asked for the wisdom of the Perl Monks concerning the following question:

Sorry, not strictly a Perl question.

Does anybody have some JavaScript to help turn on those checkboxes for older releases' files on https://pause.perl.org/pause/authenquery?ACTION=delete_files? I grew tired of having to click hundreds of checkboxes every time I cleanup (there are almost 200 modules in my CPAN account currently). About to whip one up myself, but thought I'd ask here first.

  • Comment on A userscript/userjs to cleanup older releases on PAUSE

Replies are listed 'Best First'.
Re: A userscript/userjs to cleanup older releases on PAUSE
by snoopy (Curate) on Oct 04, 2012 at 04:01 UTC
Re: A userscript/userjs to cleanup older releases on PAUSE
by Anonymous Monk on Oct 04, 2012 at 02:43 UTC

      Thanks, I get the DOM/jQuery/injecting script part (I'm using Opera myself and all I need to do is to put a JavaScript file in a specified userjs/ directory). It's the bit of selecting the older releases' files (and not the current releases') that I'm hoping someone has already written.

      Anyway, I'm hacking on it... Will be posting to my blog when it's done.