Skip to content

Instantly share code, notes, and snippets.

@ottidmes
Created December 9, 2018 18:58
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 ottidmes/132577ba1f43c98369ad91e4ea1a85fa to your computer and use it in GitHub Desktop.
Save ottidmes/132577ba1f43c98369ad91e4ea1a85fa to your computer and use it in GitHub Desktop.
$('.variablelist dt').filter((i, dt) => $(dt).find('code').text().endsWith('.enable')
&& $(dt).next().find('em:contains("Default:")').parent().next().text().trim() == "true")
.map((i, dt) => $(dt).next().find('a.filename').text().trim())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment