# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 9
# self = https://watcher.sour.is/conv/lyk7eca
RIP the kyoko logo again loool
simplecss looks cool though (although since the bug that I spotted on my pod still exists)
@akoizumi I don't have that issue on my pod...
@darch nor does anyone else either, which is what's bugging me
@akoizumi do you have JS turned off? Because it seem that there are some event that decides the visibility of follow/unfollow
@darch I don't have JS disabled at all. It also happens in qutebrowser (chromium-ish)
@akoizumi How does it look when you inspect the site?
@darch

                <a class="followBtn" style="display: none;" href="/follow?nick=jmjl&url=https%3a%2f%2fsocial.kyoko-project.wer.ee%2fuser%2fjmjl%2ftwtxt.txt">
                  <i class="ti ti-circle-plus"></i>
                  Follow
                </a>
                <a class="unfollowBtn" style="display: inline;" href="/unfollow?nick=jmjl">
                  <i class="ti ti-circle-minus"></i>
                  Unfollow
                </a>


maybe my CSS is just broken or the browsers I use no longer recognize the display: none value hmm
https://stackoverflow.com/questions/20663712/css-display-none-not-working booyah