$url » History » Revision 7
« Previous |
Revision 7/8
(diff)
| Next »
Per Amundsen, 02/26/2023 07:54 AM
Added in 1.9.3
$url
Returns the currently active URL in your Web Browser.
Only works for Internet Explorer/Opera 12, does not work in any modern browser due to DDE support being removed.
As of AdiIRC 4.4, the 64 bit version is able to get the url from chrome, edge, firefox, opera, brave and vivaldi. In some of them the http(s) prefix is not available, the rest of the url is however._
$url(N)
Returns the Nth captured URL address in URL catcher.
Parameters
Parameter | Description |
N | If N = 0, number of URL addresses, otherwise the Nth URL address. |
Properties
Property | Description |
.desc | TODO |
.group | TODO |
Example
; Print number of caught URL addresses. //echo -ag $url(0) ; Print the first caught URL address. //echo -ag $url(1)
Updated by Per Amundsen over 1 year ago · 7 revisions