Last Updated: February 25, 2016
·
816
· jorkas

Using Email On Acid for testing Email?

This code saves you time when doing your tests and will set all checkboxes checked for each test.

If you have Control Freaks or similar.(https://chrome.google.com/webstore/detail/jgnchehlaggacipokckdlbdemfeohdhc)

Just paste this code for the settings url (or domain):

jQuery("#web_test_sc").click();
jQuery("#web_clients input[type=checkbox]").attr('checked', true).show();
jQuery("#web_clients div.check_off").css("background", "none");