Skip to content

Instantly share code, notes, and snippets.

View karaikyo's full-sized avatar

Lei He karaikyo

View GitHub Profile
@karaikyo
karaikyo / bilibili-follow-hist.js
Created March 9, 2024 09:49
bilibili-follow-hist
(function() {
// 改成你的用户ID,看个人空间网址里的数字
const UID =
async function main() {
let res = []
let page = 1
while (true) {
let followingList = await getFollowingList(page)
if (followingList.length === 0) {
@karaikyo
karaikyo / off.bat
Created May 22, 2022 19:12
turn off monitor
powershell (Add-Type '[DllImport(\"user32.dll\")]^public static extern int PostMessage(int hWnd, int hMsg, int wParam, int lParam);' -Name a -Pas)::PostMessage(-1,0x0112,0xF170,2)