From 17313765005530c4d16f6509a1ec1ebd789da0e4 Mon Sep 17 00:00:00 2001 From: karashiiro <49822414+karashiiro@users.noreply.github.com> Date: Wed, 23 Dec 2020 08:05:31 -0800 Subject: [PATCH] Add totals to MiMo --- meta.json | 2 +- profile/minion.json | 3 +++ profile/mount.json | 3 +++ 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/meta.json b/meta.json index e9fac4f..4b75c57 100644 --- a/meta.json +++ b/meta.json @@ -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": { diff --git a/profile/minion.json b/profile/minion.json index ef9bc93..3354671 100644 --- a/profile/minion.json +++ b/profile/minion.json @@ -4,5 +4,8 @@ }, "NAME": { "selector": ".minion__name" + }, + "TOTAL": { + "selector": ".minion__sort__total > span:nth-child(1)" } } \ No newline at end of file diff --git a/profile/mount.json b/profile/mount.json index c66a72b..90088a6 100644 --- a/profile/mount.json +++ b/profile/mount.json @@ -4,5 +4,8 @@ }, "NAME": { "selector": ".mount__name" + }, + "TOTAL": { + "selector": ".mount__sort__total > span:nth-child(1)" } } \ No newline at end of file