Greasy Fork is available in English.
Add pre-defined tags easily!
This script allows you to easily insert predefined tags into your post on BSKY
1. Find the tags
dictionary in the code: At the top of the script, you will see a section called const tags = { ... };
with a comment saying "ADD YOUR TAGS HERE!!" This is where all the predefined tags are stored.
2. Add Your Own Tags: To add a new set of tags:
tags
object (for example, "test": "#this #is #first #test"
)."test"
) to something meaningful for your tags.#tag
format) to your desired tags. Each line EXCEPT the last line should end in a comma!
"myNewTag": "#example #new #tags",
3. Save the Changes: After adding your new tags, save the script. The new tag set will now appear as an option in the dropdown when you click the custom button on the webpage.
"project": "#newproject #work #tasks",