mirror of
https://github.com/allaunthefox/Research-Stack.git
synced 2026-08-11 04:10:34 +00:00
9 lines
324 B
TOML
9 lines
324 B
TOML
[[engines]]
|
|
name = "startpage"
|
|
search = "https://www.startpage.com/sp/search?q={query}&qsr=en_US"
|
|
xpath = "./div[contains(@class, 'result')]/a"
|
|
|
|
[[engines]]
|
|
name = "google"
|
|
search = "https://www.google.com/search?q={query}&udm=14&hl=en-US"
|
|
xpath = "./div[contains(@jscontroller, 'SC7lYd')]/./a[contains(@jsname, 'UWckNb')]"
|