Skip to content

Commit

Permalink
Start on #344
Browse files Browse the repository at this point in the history
  • Loading branch information
rcmaehl committed Nov 19, 2023
1 parent 382dbf4 commit a8507ac
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Includes/_URLModifications.au3
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ Func _ChangeImageProvider($sURL)
Case "Sogou"
$sURL = "https://image.sogou.com/pics?query=" & $sURL

Case "StartPage"
$sURL = "https://www.startpage.com/search?cat=images&query=" & $sURL

Case "Yahoo"
$sURL = "https://images.search.yahoo.com/search/images?p=" & $sURL

Expand Down

0 comments on commit a8507ac

Please sign in to comment.