···1414 <article>
1515 <noscript><header>Javascript is required to use this website</header></noscript>
1616 <p>
1717- <strong>SkyScheduler</strong> is a free,
1818- <a href="https://github.com/socksthewolf/skyscheduler" rel="nofollow" target="_blank">open source</a> service that
1919- lets you schedule and automatically repost your content on Bluesky!<br />
1717+ <strong>SkyScheduler</strong> is a
1818+ free, <a href="https://github.com/socksthewolf/skyscheduler" rel="nofollow" target="_blank">open source</a> service
1919+ that lets you schedule and automatically repost your content on Bluesky!<br />
2020 Boost engagement and reach more people no matter what time of day!<br />
2121 <center>
2222 <figure>
···2828 width="1200px"
2929 />
3030 <figcaption>
3131- An amazing picture of SkyScheduler's Dashboard
3131+ An amazing picture of SkyScheduler's Dashboard, wow!
3232 </figcaption>
3333 </figure>
3434 </center>
···3737 <li>Handles multiple users/accounts easily, supports most PDS instances</li>
3838 <li>Schedule your posts any time in the future (to the nearest hour)</li>
3939 <li>Supports embeds, quote posts, links, tagging, mentions</li>
4040- <li>Post <span data-tooltip={`images and video (up to ${R2_FILE_SIZE_LIMIT_IN_MB} MB)`}>media</span>
4141- with content labels and full support for alt text</li>
4040+ <li>Post <span data-tooltip={`images and video (up to ${R2_FILE_SIZE_LIMIT_IN_MB} MB)`}>media</span> with
4141+ content labels and full support for alt text</li>
4242 <li>Schedule entire threads with support of up to {MAX_POSTS_PER_THREAD} posts per thread!</li>
4343- <li>Automatically retweet your content at an interval of your choosing, up to {MAX_REPOST_INTERVAL} times every
4444- {MAX_REPOST_IN_HOURS-1} hours (or {MAX_REPOST_DAYS} days)</li>
4343+ <li>Automatically retweet your content at an interval of your choosing, up to {MAX_REPOST_INTERVAL} times
4444+ every {MAX_REPOST_IN_HOURS-1} hours (or {MAX_REPOST_DAYS} days)</li>
4545 <li>Edit the content of posts and alt text before they are posted</li>
4646 </ul>
4747 </p>
···5252 </section>
5353 </BaseLayout>
5454 );
5555-}5555+};
+11-3
src/pages/privacy.tsx
···2525 <li>Cloudflare
2626 <ul>
2727 <li>Images are sent to Cloudflare Images compressor to optimize the file size in order to upload onto BlueSky</li>
2828+ <li>CF's Turnstile captcha service is used during signup and password recovery to prevent botted behaviors</li>
2829 <li>Data is stored in Cloudflare's D1/R2/KV storage containers</li>
2929- <li>Media may be scanned by Cloudflare's <a rel="noopener nofollow noindex" href="https://developers.cloudflare.com/cache/reference/csam-scanning/" class="secondary">illicit material detection service</a>.
3030+ <li>Media may be scanned by Cloudflare's <a rel="noopener nofollow noindex" href="https://developers.cloudflare.com/cache/reference/csam-scanning/" class="secondary">illicit material detection service</a>.<br />
3031 Said media is not allowed on this service and violators will be banned.</li>
3132 </ul>
3233 </li>
3334 <li>Bluesky/Custom PDS
3435 <ul>
3535- <li>To transfer your content to their service at the time you choose</li>
3636+ <li>To determine what PDS your account is located on (via <a href="https://plc.directory" rel="nofollow" class="secondary">plc.directory</a>)</li>
3737+ <li>To transfer your content to the PDS your account is located on at the time you choose</li>
3638 </ul>
3739 </li>
3840 </ol>
3939-4041 </p>
4142 <h4>How Data is Used</h4>
4243 <p>We use the data that you provide to transmit your content to the BlueSky PDS (or a PDS of your own choosing) on your behalf.<br />
···5051 </ul>
5152 </div>
5253 </p>
5454+ <h4>Links to other policies</h4>
5555+ <p>Here are the privacy policies for the services that we do use, these links are not kept up to date and may change due to the nature of being from third parties.</p>
5656+ <ul>
5757+ <li><a class="secondary" href="https://www.cloudflare.com/privacypolicy/" rel="noopener nofollow">Cloudflare</a></li>
5858+ <li><a class="secondary" href="https://www.cloudflare.com/turnstile-privacy-policy/" rel="noopener nofollow">Cloudflare Turnstile</a></li>
5959+ <li><a class="secondary" href="https://bsky.social/about/support/privacy-policy" rel="noopener nofollow">BlueSky</a></li>
6060+ </ul>
5361 <footer>
5462 <FooterCopyright />
5563 </footer>