<?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=17119&amp;type=atom" />
	<updated>2022-05-24T20:32:21Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=17119</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Включать музыку когда страница загрузилась]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=153342#p153342" />
			<content type="html"><![CDATA[<p><strong>grabar1vladimir</strong>, я смотрю, вы <a href="https://forum.script-coding.com/viewtopic.php?pid=147219#p147219">злостный нарушитель</a>. Ознакомьтесь, пожалуйста, с <a href="https://forum.script-coding.com/misc.php?action=rules">Правилами</a>, отредактируйте свои посты. Обратите внимание на заглавные <a href="https://forum.script-coding.com/misc.php?action=rules#literacy">буквы</a> в начале и точки в конце предложений.<br />У вас времени сутки, учитывая, что замечание было сделано не в первый раз.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2022-05-24T20:32:21Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=153342#p153342</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Включать музыку когда страница загрузилась]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=153339#p153339" />
			<content type="html"><![CDATA[<p>попробуй через селениум нажать погугли за селениум и&nbsp; ахк</p>]]></content>
			<author>
				<name><![CDATA[grabar1vladimir]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=41621</uri>
			</author>
			<updated>2022-05-24T17:08:00Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=153339#p153339</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Включать музыку когда страница загрузилась]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=153170#p153170" />
			<content type="html"><![CDATA[<p>Никогда не работал с таким, не смогу подсказать.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2022-05-11T14:07:14Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=153170#p153170</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Включать музыку когда страница загрузилась]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=153169#p153169" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>teadrinker пишет:</cite><blockquote><p>А какой у вас браузер?</p></blockquote></div><p>Яндекс Браузер</p>]]></content>
			<author>
				<name><![CDATA[jbn238]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=42492</uri>
			</author>
			<updated>2022-05-11T13:33:48Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=153169#p153169</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Включать музыку когда страница загрузилась]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=153168#p153168" />
			<content type="html"><![CDATA[<p>А какой у вас браузер?</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2022-05-11T12:38:07Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=153168#p153168</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Включать музыку когда страница загрузилась]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=153167#p153167" />
			<content type="html"><![CDATA[<p><strong>teadrinker</strong><br />Работает, но только при полном экране, если браузер сделать не в полный экран, то не находит, а так же при масштабирование страницы не работает , скорее всего я не так что то написал...<br /></p><div class="codebox"><pre><code>F1::
CoordMode Pixel, Screen
ImageSearch, FoundX, FoundY, 0,0, 1920, 1080, play_yt.png
if ErrorLevel = 2
    MsgBox Ошибка
else if ErrorLevel = 1
    MsgBox Нет совпадений
else
    MsgBox Изображение найдено в координатах x=%FoundX%, y=%FoundY%.
return

F12::
reload
return</code></pre></div>]]></content>
			<author>
				<name><![CDATA[jbn238]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=42492</uri>
			</author>
			<updated>2022-05-11T11:23:00Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=153167#p153167</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Включать музыку когда страница загрузилась]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=153166#p153166" />
			<content type="html"><![CDATA[<p>Сделайте скриншот кнопки и используйте ImageSearch.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2022-05-11T10:10:33Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=153166#p153166</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Включать музыку когда страница загрузилась]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=153164#p153164" />
			<content type="html"><![CDATA[<p>Есть скрипт, который открывает страницу <a href="https://music.youtube.com/playlist?list=RDCLAK5uy_k8h8rPwPNpC6gYLAOAH_1bpmzpHUZqVig">https://music.youtube.com/playlist?list … mzpHUZqVig</a>&nbsp; и чтоб после того как она загрузилась, нажалась кнопка &quot;Перемешать&quot; , я это делал через проверку цвета пикселя, если совпадал, то оно двигало мышку и нажимало, но этот способ работает только если окно в полном экране, а если хотя бы окно смешенно на несколько пикселей, то результата уже не будет, подскажите пожалуйста.</p>]]></content>
			<author>
				<name><![CDATA[jbn238]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=42492</uri>
			</author>
			<updated>2022-05-11T09:42:42Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=153164#p153164</id>
		</entry>
</feed>
