<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: открытие случайной ссылки из списка]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=16217&amp;type=atom" />
	<updated>2021-03-30T16:57:27Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=16217</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: открытие случайной ссылки из списка]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=147060#p147060" />
			<content type="html"><![CDATA[<p>Нет желания разбираться - отличный момент нанять программиста.</p>]]></content>
			<author>
				<name><![CDATA[__Михаил__]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=40928</uri>
			</author>
			<updated>2021-03-30T16:57:27Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=147060#p147060</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: открытие случайной ссылки из списка]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=147056#p147056" />
			<content type="html"><![CDATA[<p>Так ведь все это прописывать я не умею) я создал тот, чисто из кусков других скриптов<br />Может кто написать скрипт?</p>]]></content>
			<author>
				<name><![CDATA[adamgor]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34428</uri>
			</author>
			<updated>2021-03-30T06:17:32Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=147056#p147056</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: открытие случайной ссылки из списка]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=147048#p147048" />
			<content type="html"><![CDATA[<p>В хроме так делал: когда активно окно браузера нажать F6 - выделит текущий адрес, заменить его новой ссылкой, нажать Enter.</p>]]></content>
			<author>
				<name><![CDATA[__Михаил__]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=40928</uri>
			</author>
			<updated>2021-03-29T16:51:08Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=147048#p147048</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: открытие случайной ссылки из списка]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=147047#p147047" />
			<content type="html"><![CDATA[<p>Активируйте окно браузера, посылайте клавиатурное сочетание, помещающее фокус на адресную строку, вставляйте текст ссылки, посылайте Enter.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2021-03-29T16:34:58Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=147047#p147047</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: открытие случайной ссылки из списка]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=147045#p147045" />
			<content type="html"><![CDATA[<p>Здравствуйте. Помогите пожалуйста, был бы очень благодарен.<br />Нужен скрипт - открытие случайной ссылки из списка ссылок в текущей вкладке каждые 10 минут (без открытия новых вкладок). <br />Браузер не важен, можно просто открытие в установленном по умолчанию.<br />Сделал так, но ссылка открывается в новой вкладке, как сделать чтобы в текущей вкладке открывалась?<br /></p><div class="codebox"><pre><code>F6::
   Loop
   {
run, https://google.com/
Random ranSleep, 16000, 39000
sleep %ranSleep%
}
Return
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[adamgor]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34428</uri>
			</author>
			<updated>2021-03-29T07:33:04Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=147045#p147045</id>
		</entry>
</feed>
