Y
Hacker News
new
|
ask
|
show
|
jobs
by
mtm
3258 days ago
For github I crafted together this little bookmarklet to ignore whitespace on diffs (use it daily for our code reviews):
javascript:(function()%7Bopen(location.href+'?w=1');%7D)();void(0);