Skip to content

Instantly share code, notes, and snippets.

@duhaime
Created March 27, 2019 00:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save duhaime/fcec20d6acf5477264faf183f4f0d143 to your computer and use it in GitHub Desktop.
Save duhaime/fcec20d6acf5477264faf183f4f0d143 to your computer and use it in GitHub Desktop.
New York Times Reader
var text = ''; Object.values(__preloadedData.initialState).filter(k => k.text ? text += k.text : null); console.log(text);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment