|
|
|
|
|
by feelin_googley
3197 days ago
|
|
https://www.wsj.com/amp/articles/an-after-hours-company-visi... Use AMP URL above. Then, either 1. use "Reader Mode" or 2. retrieve html and strip out the Javascript before viewing with browser. 2. in simplest form, something like
curl -o withjs.htm https://www.wsj.com/amp/articles/an-after-hours-company-visit-spurs-espionage-charges-1505813401
exec sed '/<p>/,/<\/p/!d' withjs.htm > withoutjs.htm
|
|