Hacker News new | ask | show | jobs
by baddox 3973 days ago
Yeah, that's a puzzling one. I've been using a browser script for a long time now to make the code view full width.
1 comments

I don't use it often, but I have a Javascript bookmark [0] that I use in Chrome when the 100-character width is excessively abused. Over time, I found I dislike using it enough that I now try to limit my lines to 100 characters in my editor, so that my github diff presentation is easier to read.

I'm sure there's an easier way to do this. I'm pretty certain I cribbed the method of setting a style from a StackOverflow article or other thing found online, but that was three years ago so I do not recall where it was. (Sorry.) I think all I did was poke around the Chrome debugger until I found the styles I needed.

0: https://gist.github.com/gknoy/0cc03a6401103bf41daf