Live Reload with Scripts Organizer

[yt id=Gz3EVg0bT2M]

We all hate switching between browsers, save, switch, reload.

This is a nice workaround until we create it as a build-in feature. Set it between 1500 ( 1,5 sec ) and 3. Less is too fast and if set as more you will wait too much.

Set it as Conditions > Header and activate Exclude page builder.

setTimeout(function() {
    setTimeout("location.reload(true);");
}, 1500);
Click to Copy