Hacker News new | ask | show | jobs
by 1vuio0pswjnm7 1243 days ago
Text-only, no PDF needed:

   curl https://www.courtlistener.com/docket/66753787/1/united-states-v-google-llc/ \
   |sed '1,/div id=\"opinion-content\">/d;/<pre>/s//<meta charset=utf-8 \/>&/;/<\/pre>/,$d' > 1.htm
   firefox ./1.htm
https://www.courtlistener.com/docket/66753787/1/united-state...
1 comments

You can cut out the middleman and pipe directly to less(1) (or your preferred pager).

Or feed the courtlistener.com URL directly to w3m or another text-mode browser.