Hacker News new | ask | show | jobs
by qwtel 1959 days ago
Something I do sometimes is launch Chrome with

    --disable-web-security --user-data-dir=tmp
This disables almost everything that's annoying during development.

Of course you have to remember not to use this browser for browsing during and after development, which is easier said than done.