Skip to content

Commit

Permalink
Add totals to MiMo
Browse files Browse the repository at this point in the history
  • Loading branch information
karashiiro committed Dec 23, 2020
1 parent cb55cc6 commit 1731376
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion meta.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.30.0",
"version": "0.31.0",
"userAgentDesktop": "curl/7.73.0",
"userAgentMobile": "Mozilla/5.0 (iPhone; CPU OS 10_15_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.1 Mobile/14E304 Safari/605.1.15",
"applicableUris": {
Expand Down
3 changes: 3 additions & 0 deletions profile/minion.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,8 @@
},
"NAME": {
"selector": ".minion__name"
},
"TOTAL": {
"selector": ".minion__sort__total > span:nth-child(1)"
}
}
3 changes: 3 additions & 0 deletions profile/mount.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,8 @@
},
"NAME": {
"selector": ".mount__name"
},
"TOTAL": {
"selector": ".mount__sort__total > span:nth-child(1)"
}
}

0 comments on commit 1731376

Please sign in to comment.