Set Safari 7 dv tools console to clear on reload?

Solution 1:

Either inline in your HTML, or in an external Javascript file. Call the function console.clear();

Now, every time you go to reload your page, the console will be cleared.