
I'm looking into it. The URL is still there, and it's accessible via ACC, so it looks promising

Big thanks to Kudos for the heads up

Regards,
Antonio
Could this script be modified to get the Status Bar information (or whatever it's called now) at the bottom left of most browsers?atnbueno wrote:Ouch
I'm looking into it. The URL is still there, and it's accessible via ACC, so it looks promising![]()
Big thanks to Kudos for the heads up
Regards,
Antonio
I retested it with 57.0.4 and upgraded to 58.0.1 today and found no URL not working with both versions. This is kind of good news :-)DigiDon wrote:I have just tested JnLlnd's script in previous page and the URL in Firefox 58 seem to work well (I have tried 5/6 urls).
So does someone still have a problem? Can we have a URL example of where it was failing?
Ultimately I'd like to know the same thing, as it would save me some lines of code in order to determine which page I was on, and not have to eliminate each option.rangerr wrote:Is it possible to have this code activate a hotstring only if the tab URL contains a string?
Works like a champ. I'm very happy!rangerr wrote:Is it possible to have this code activate a hotstring only if the tab URL contains a string?
Code: Select all
;- alt+ctrl+F example copy url in firefox
#If WinExist("ahk_exe firefox.exe")
clipboard=
return
!^F::
WinActivate
sleep,500
sendinput,!s
sleep,500
sendinput, ^c
clipwait,2
URL:=clipboard
msgbox,%url%
clipboard=
url=
return
#If
Return to “Scripts and Functions”
Users browsing this forum: cyruz, Lamron750, theneweetunes, Xtra and 33 guests