Skip to content

Commit eccc1d9

Browse files
committed
Enabled->Seeking
1 parent 1eed5b7 commit eccc1d9

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

freecompany/seeking.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"NAME": {
77
"selector": "ul.freecompany__focus_icon:nth-child(9) > li:nth-child(1) > p:nth-child(2)"
88
},
9-
"ENABLED": {
9+
"STATUS": {
1010
"selector": "ul.freecompany__focus_icon:nth-child(9) > li:nth-child(1)",
1111
"attribute": "class",
1212
"regex": "freecompany__focus_icon--(?P<Status>off)"
@@ -20,7 +20,7 @@
2020
"NAME": {
2121
"selector": "ul.freecompany__focus_icon:nth-child(9) > li:nth-child(2) > p:nth-child(2)"
2222
},
23-
"ENABLED": {
23+
"STATUS": {
2424
"selector": "ul.freecompany__focus_icon:nth-child(9) > li:nth-child(2)",
2525
"attribute": "class",
2626
"regex": "freecompany__focus_icon--(?P<Status>off)"
@@ -34,7 +34,7 @@
3434
"NAME": {
3535
"selector": "ul.freecompany__focus_icon:nth-child(9) > li:nth-child(3) > p:nth-child(2)"
3636
},
37-
"ENABLED": {
37+
"STATUS": {
3838
"selector": "ul.freecompany__focus_icon:nth-child(9) > li:nth-child(3)",
3939
"attribute": "class",
4040
"regex": "freecompany__focus_icon--(?P<Status>off)"
@@ -48,7 +48,7 @@
4848
"NAME": {
4949
"selector": "ul.freecompany__focus_icon:nth-child(9) > li:nth-child(4) > p:nth-child(2)"
5050
},
51-
"ENABLED": {
51+
"STATUS": {
5252
"selector": "ul.freecompany__focus_icon:nth-child(9) > li:nth-child(4)",
5353
"attribute": "class",
5454
"regex": "freecompany__focus_icon--(?P<Status>off)"
@@ -62,7 +62,7 @@
6262
"NAME": {
6363
"selector": "ul.freecompany__focus_icon:nth-child(9) > li:nth-child(5) > p:nth-child(2)"
6464
},
65-
"ENABLED": {
65+
"STATUS": {
6666
"selector": "ul.freecompany__focus_icon:nth-child(9) > li:nth-child(5)",
6767
"attribute": "class",
6868
"regex": "freecompany__focus_icon--(?P<Status>off)"

meta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.33.0",
2+
"version": "0.33.1",
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": {

0 commit comments

Comments
 (0)