Skip to content

Commit 8ab7b63

Browse files
committed
Add queue functionality instructions to welcome page and popup
1 parent 0b8460b commit 8ab7b63

File tree

2 files changed

+51
-1
lines changed

2 files changed

+51
-1
lines changed

popup.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,13 @@ <h2>Help</h2>
208208
autosend behavior! Works both with clicks and keyboard shortcuts!
209209
</li>
210210
<li>Keyboard shortcuts can be enabled in Settings section</li>
211+
<li>
212+
<strong>Queue Feature:</strong> Use the floating panel (click the
213+
'🔼' button on the chat page) to access the new Queue feature. It
214+
allows you to send multiple prompts sequentially with a
215+
configurable delay. Be sure to use it responsibly and in
216+
accordance with the website's Terms of Service.
217+
</li>
211218
<li>In case of a problem: first step is to reload your browser.</li>
212219
<li>
213220
In case something stopped working completely: The websites often

welcome.html

Lines changed: 44 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,13 +91,56 @@ <h2>Tips for using:</h2>
9191
<li>In Popup, you can reset position of all floating windows if something goes wrong</li>
9292
<li>You can open this page later from the popup</li>
9393
</ul>
94+
</div>
95+
96+
<h2>Queue Functionality: Send Prompts Sequentially</h2>
97+
<div class="instruction">
98+
<p>
99+
OneClickPrompts now includes a powerful
100+
<strong>Queue</strong> feature, allowing you to send multiple
101+
prompts one after another with a set delay between them. This is
102+
perfect for example when you want AI to search for news and tell you updates every 2 hours.
103+
</p>
104+
<p><strong>How to use the Queue:</strong></p>
105+
<ol>
106+
<li>
107+
<strong>Open the Floating Panel:</strong> The queue controls are
108+
located in the floating panel. Click the '🔼' button next to the
109+
prompt input area to open it.
110+
</li>
111+
<li>
112+
<strong>Enable Queue Mode:</strong> In the floating panel, find
113+
the "Queue" section and toggle on "Enable Queue Mode".
114+
</li>
115+
<li>
116+
<strong>Add Prompts to the Queue:</strong> Once enabled, any
117+
custom prompt button you click will be added to the queue instead
118+
of being sent immediately. You will see icons for queued prompts
119+
appear.
120+
</li>
121+
<li>
122+
<strong>Configure the Delay:</strong> Set the time delay (in
123+
minutes or seconds) between each prompt being sent.
124+
</li>
125+
<li>
126+
<strong>Control the Queue:</strong> Use the ▶️ (Play), ⏸️ (Pause),
127+
and 🔄 (Reset) buttons to manage the queue.
128+
</li>
129+
</ol>
130+
<p>
131+
<strong style="color: #c9a722">Important:</strong> Please ensure
132+
that using the queue feature to send prompts automatically does not
133+
violate the Terms of Service of the website you are using. You will
134+
be asked to confirm that you have permission from the website owner
135+
before using the feature for the first time.
136+
</p>
137+
</div>
94138

95139
<h2>See the code and support author, privacy concerns.</h2>
96140
<p>The extension is open-source and you can see the code on <a href="https://github.com/MaxITService/ChatGPT-Quick-Buttons-for-your-text">GitHub</a>.
97141
If you have any questions or suggestions for new features, please contact the author at <a href="mailto:[email protected]">[email protected]</a>. The extension does not collect any data</p>
98142
</div>
99143
</section>
100-
101144

102145
<div class="switch-container">
103146
<label class="switch">

0 commit comments

Comments
 (0)