mk (make) design

Wp Smashit Autoclick

WP SmashIt auto click script

If you have big archive like me, and don’t like the fact to click like 63 time on continue button on plugin page, just to compress your initial archive, use this oneliner script.

setInterval(function(){ if( $('.wp-smush-all.wp-smush-button.wp-smush-started').not('[disabled]').length ) $('.wp-smush-all.wp-smush-button.wp-smush-started').click() }, 15000)

as usuall run it in console on plugin admin page like I did and do not close tab when you run it :)

DMCA.com Protection Status