# 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/fkrquia
專業前端都這麼使用 console?**
console對於前端人員來講肯定都不陌生,相信大部分開發者都會使用console來進行調試,但它能做的絕不僅限於調試。最常見的控制檯方法---------作爲開發者,相信大家對下面 5 個最常見的 console 方法都不陌生控制檯打印結果:今天我要帶大家認識的是一些 console 的高級用法。首先,我們看一下 console 提供了哪些方法,在控制檯打印一下:在 Chrome 123 版本, ⌘ Read more