A simple BlueSky profile labeler that can be ran on Cloudflare Workers github.com/SocksTheWolf/SimpleBSkyLabeler
cf bsky profile label bluesky cloudflare workers
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

disable elements while submitting

yea

+2 -2
+2 -2
html/index.html
··· 37 37 <div class="bodyContent"></div> 38 38 <hr /> 39 39 <!-- Label Site Specific --> 40 - <form id="addform" hx-post="/add-account" hx-target="#form-output" hx-target-error="#form-output" hx-swap="innerHTML" hx-indicator="#ind"> 40 + <form id="addform" hx-post="/add-account" hx-target="#form-output" hx-target-error="#form-output" hx-swap="innerHTML" hx-indicator="#ind" hx-disabled-elt="#submitButton"> 41 41 <label> 42 42 BSky Handle: 43 43 </label> 44 44 <input type="text" id="username" name="domain" minlength="4" required placeholder="@example.bsky.social" /> 45 45 <small>This should be an user profile URL, URL to a post, a handle in the form of <code>USERNAME.bsky.social</code> or custom domain. Do not put your resolved DID here.</small> 46 - <input type="submit" value="Add" /> 46 + <input id="submitButton" type="submit" value="Add" /> 47 47 </form> 48 48 <center class="output"> 49 49 <span id="ind" aria-busy="true" class="htmx-indicator">Loading...</span><br />