Skip to content

Commit 8a81216

Browse files
committed
add attribute to active classjob
1 parent 4a2b611 commit 8a81216

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

meta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.44.4",
2+
"version": "0.44.5",
33
"userAgentDesktop": "curl/7.73.0",
44
"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",
55
"applicableUris": {

profile/character.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"ACTIVE_CLASSJOB": {
3-
"selector": ".character__class_icon > img:nth-child(1)"
3+
"selector": ".character__class_icon > img:nth-child(1)",
4+
"attribute": "src"
45
},
56
"ACTIVE_CLASSJOB_LEVEL": {
67
"selector": ".character__class__data > p:nth-child(1)",

0 commit comments

Comments
 (0)