# 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 1
# self = https://watcher.sour.is/conv/yp5j74q
藉助 CSS has 實現打開彈窗時自動鎖定滾動**
在平時開發中,經常會遇到這樣一種問題:當打開一個彈窗時,後面的頁面是可以滾動的,演示如下那麼,該如何鎖定頁面的滾動呢?一、傳統的實現方式---------傳統的方式其實也不復雜,就是在打開彈窗時阻止滾動就行了,通常是改變overflow屬性const openModal = () = { document.body.style.overflow = 'hidden'}const closeMo ⌘ Read more
=