-
Notifications
You must be signed in to change notification settings - Fork 1
/
habr.com.json
41 lines (41 loc) · 1.29 KB
/
habr.com.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"meta": {
"author": {
"name": {
"@": "getText",
"query": "article .tm-article-snippet__meta .tm-user-info__user a"
}
}
},
"content": [
{
"@": "getElement",
"query": "#post-content-body",
"beforeReturn": [
{
"@": "replaceElement",
"query": "img[data-blurred=\"true\"]",
"newElements": [
{
"@": "createElement",
"tagName": "img",
"attributes": [
{
"@": "createAttribute",
"key": "src",
"value": [
{
"@": "getAttribute",
"query": "self",
"attribute": "data-src"
}
]
}
]
}
]
}
]
}
]
}