Skip to content

Instantly share code, notes, and snippets.

@ryanwarsaw
Last active August 29, 2015 14:24
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 ryanwarsaw/e09456b8b6b41240b2a2 to your computer and use it in GitHub Desktop.
Save ryanwarsaw/e09456b8b6b41240b2a2 to your computer and use it in GitHub Desktop.
OvercastAPI mappings JSON file!
[
{
"id": "globalKills",
"selector": "html body div.container section div.row div.span7 div.row-fluid div.span8 div.row-fluid div.span5 h2[title]",
"filter": "^.*kills.*$"
},
{
"id": "globalDeaths",
"selector": "html body div.container section div.row div.span7 div.row-fluid div.span4 h2[title]",
"filter": "^.*deaths.*$"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment