[Chrome] 使用 Tampermonkey 過濾掉 Google 新聞中,不想看到的文章(2025新版)
之前寫過一篇 [Chrome] 使用 Tampermonkey 過濾掉 Google 新聞中,不想看到的文章, 不過後來 Google 新聞改版了,原本的 Ta…
之前寫過一篇 [Chrome] 使用 Tampermonkey 過濾掉 Google 新聞中,不想看到的文章, 不過後來 Google 新聞改版了,原本的 Ta…
今天想要下載 GitHub 上 Release 的一個 asset 檔案, 像是下圖中的 url.txt: 查了一下,用 GitHub CLI 可以很方便的下載…
因為 Flutter 也有許多不同的版本, 因此跟 Go 一樣,我們可以用 fvm 來設定要使用的 Flutter 版本, 下面就來記錄一下用法~ …
今天建立了一台 Azure VM, 想要從 Mac 上用遠端桌面連上去操作, 本來問 ChatGPT 怎麼設定,它也給了一些 xRDP 的設定說明, 不過不知為…
今天想抓 git submodule 時,突然出現 Permission denied 錯誤: $ git submodule update Cloning i…
Mac Book Pro 上方的「瀏海」,也就是螢幕上方攝影機的部分, 一直是我在使用 Mac 時一個很討厭的地方,因為它就卡在正中央, 導致有時 app 的 …
今天遇到 YAML 檔案格式化與 linting 的問題… 假設有下面一個 YAML 檔如下: name: abc age: 20 # commen…