Skip to content

Commit ef129f3

Browse files
Revert "add 6"
This reverts commit 9adab2d.
1 parent 9adab2d commit ef129f3

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

data/numbers.ts

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ const data: ScrapeQuery[] = [
4646
).filter( x => x[0] == 4 )[0][0]
4747
}
4848
},
49-
{
49+
{
5050
number: 5,
5151
url: "https://www.smogon.com/dex/sm/formats/ru/",
5252
queryFunction: () => {
@@ -55,13 +55,6 @@ const data: ScrapeQuery[] = [
5555
return atk.querySelector("span").innerText - hp.querySelector("span").innerText
5656
}
5757
},
58-
{
59-
number: 6,
60-
url: "https://pixlr.com/editor/",
61-
queryFunction: () => {
62-
return document.getElementById("splash-stars").innerText.split(" ").length + 1
63-
}
64-
},
6558

6659
]
6760

0 commit comments

Comments
 (0)