Skip to content

Commit 56411a3

Browse files
authored
Update generate.py
Fix startpage rule
1 parent 7b3e5f5 commit 56411a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/generate.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def to_brave(url):
5656
return f'search.brave.com###results > div:has(a[href*="{regex_to_domain(url)}"])'
5757

5858
def to_startpage(url):
59-
return f'startpage.com##.w-gl__result:has(a[href*="{regex_to_domain(url)}"])'
59+
return f'startpage.com##.w-gl .result:has(a[href*="{regex_to_domain(url)}"])'
6060

6161
def to_ecosia(url):
6262
return f'ecosia.org###main .result:has(a[href*="{regex_to_domain(url)}"])'

0 commit comments

Comments
 (0)