- Hack Regular 16 點
- [v] 柔邊處理文字
- 使用粗體
- [v] 閃爍游標
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 爭清塗愁時月修聲,自前干中。 | |
| 衰丘步二 結況 | |
| 遮生月醉田,李音不忽君。歸朝不前遠,涼梅遠不留。 | |
| 庭答德二 項物 長能 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python3 | |
| # 題目: https://imgur.com/a/WvVHKUO | |
| import string | |
| base = 4 | |
| digs = string.digits + string.ascii_letters | |
| N = 4 ** 10 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * 使用方式: | |
| * 1. 開啟「Release Details」頁面。 | |
| * 2. 貼上此腳本於瀏覽器開發者工具 Console 執行。 | |
| * 3. 將會: | |
| * - 擷取專輯資訊與歌曲清單 | |
| * - 加入 SmartLink 連結 | |
| * - 自動下載 JSON 檔案 | |
| * - 同時複製到剪貼簿(需視窗聚焦) | |
| */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * v2 bulk-suno.js | |
| * 🎼 擷取 React App 中的歌曲資訊(透過 Fiber Tree) | |
| * | |
| * ✅ 使用方式: | |
| * 1. 確保已安裝並啟用 React Developer Tools(Chrome 擴充) | |
| * 2. 展開至少一首歌詞(讓歌詞與 metadata 被載入) | |
| * 3. 打開開發者工具 Console,貼上此腳本執行 | |
| * 4. 成功後會將 JSON 格式資料自動下載並複製至剪貼簿 | |
| * |
OlderNewer