chrome

remove cookies for specific website

chrome://settings/content/cookies

Open html file from terminal

open -a "Google Chrome" index.html

'Store as global variable' in Console

(::screen_shot_2015-08-12_at_19.58.17.png?400|)

colors

In Chrome & Firefox (with Firebug 11.2+) you can add CSS in console.log messages console.log('%c Oh my heavens! ', 'background: #222; color: #bada55');

documentation

printf formatting

console.error("Error: %s (%i)", "Server is not responding",500);

breakpoints in code zetten

debugger;