Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Define default internet browser #59

Open
lflondonol92 opened this issue Apr 24, 2020 · 1 comment
Open

Define default internet browser #59

lflondonol92 opened this issue Apr 24, 2020 · 1 comment
Labels
new feature A possible new feature for AQT will investigate yuuiko needs to investigate before moving on

Comments

@lflondonol92
Copy link

I don't use Safari and several widgets (e.g. Lyrics on Genius) use it. Would be nice to have a configuration for the browser.

@yuuiko yuuiko added new feature A possible new feature for AQT will investigate yuuiko needs to investigate before moving on labels May 4, 2020
@6farer
Copy link

6farer commented Mar 17, 2021

Modified the Applescript to below. FYI first time using Applescript, never bothered to look into identifying default browser.

tell application "Google Chrome"
	activate
	set encodedQuery to do shell script "/usr/bin/python -c 'import sys, urllib; print urllib.quote(sys.argv[1])' " & "'" & theTrack & " - " & theArtist & "'"
	set theUrl to "https://genius.com/search?q=" & encodedQuery
	open location theUrl
end tell

@yuuiko yuuiko added this to AQT NEXT Jun 22, 2024
@yuuiko yuuiko moved this to To Do in AQT NEXT Jun 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature A possible new feature for AQT will investigate yuuiko needs to investigate before moving on
Projects
Status: To Do
Development

No branches or pull requests

3 participants