Skip to content

Commit

Permalink
Add StartPage, Remove Darksky
Browse files Browse the repository at this point in the history
  • Loading branch information
rcmaehl committed Dec 9, 2023
1 parent aec7abe commit beeda31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions Includes/_URLModifications.au3
Original file line number Diff line number Diff line change
Expand Up @@ -242,9 +242,6 @@ Func _ChangeWeatherProvider($sURL)
Case "Custom"
$sURL = _GetSettingValue("WeatherPath") & $fLat & "," & $fLong

Case "DarkSky"
$sURL = "https://darksky.net/forecast/" & $fLat & "," & $fLong & "/"

Case "Weather.com"
$sURL = "https://weather.com/" & $sLocale & "/weather/today/l/" & $fLat & "," & $fLong

Expand Down
4 changes: 2 additions & 2 deletions MSEdgeRedirect_Wrapper.au3
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@ Func RunSetup($bUpdate = False, $bSilent = False, $iPage = 0, $hSetupFile = @Scr
GUICtrlCreateGroup("Additional Redirections", 20, 200, 420, 210)
Local $hNoImgs = GUICtrlCreateCheckbox("Bing Images:", 50, 220, 180, 20)
Local $hImgSRC = GUICtrlCreateCombo("", 50, 240, 180, 20, $CBS_DROPDOWNLIST+$WS_VSCROLL)
GUICtrlSetData(-1, "Baidu|Brave|Custom|DuckDuckGo|Ecosia|Google|Sogou|Yahoo|Yandex", "Google")
GUICtrlSetData(-1, "Baidu|Brave|Custom|DuckDuckGo|Ecosia|Google|Sogou|StartPage|Yahoo|Yandex", "Google")
GUICtrlSetState(-1, $GUI_DISABLE)
Local $hSearch = GUICtrlCreateCheckbox("Bing Search:", 50, 265, 180, 20)
Local $hEngine = GUICtrlCreateCombo("", 50, 285, 180, 20, $CBS_DROPDOWNLIST+$WS_VSCROLL)
Expand All @@ -553,7 +553,7 @@ Func RunSetup($bUpdate = False, $bSilent = False, $iPage = 0, $hSetupFile = @Scr
GUICtrlSetState(-1, $GUI_DISABLE)
Local $hNoMSN = GUICtrlCreateCheckbox("MSN Weather:", 50, 355, 180, 20)
Local $hWeather = GUICtrlCreateCombo("", 50, 375, 180, 20, $CBS_DROPDOWNLIST+$WS_VSCROLL)
GUICtrlSetData(-1, "AccuWeather|Custom|DarkSky|Weather.com|Weather.gov|Windy|WUnderground|Ventusky|Yandex", "Weather.com")
GUICtrlSetData(-1, "AccuWeather|Custom|Weather.com|Weather.gov|Windy|WUnderground|Ventusky|Yandex", "Weather.com")
GUICtrlSetState(-1, $GUI_DISABLE)
Local $hNoPDFs = GUICtrlCreateCheckbox("PDF Viewer:", 240, 220, 180, 20)
Local $hPDFSrc = GUICtrlCreateCombo("", 240, 240, 180, 20, $CBS_DROPDOWNLIST+$WS_VSCROLL)
Expand Down

0 comments on commit beeda31

Please sign in to comment.