Skip to content

Instantly share code, notes, and snippets.

View ganlvtech's full-sized avatar

Ganlv ganlvtech

View GitHub Profile
@intenzemotion
intenzemotion / hide-edge-rounded-corners.ps1
Last active August 12, 2026 18:19
Hide Edge v149 forced rounded corners. Additionally hide red dot on profile icon too.
# This script must be run as Administrator to update some shortcut paths. Checking it first...
$IsAdmin = ([Security.Principal.WindowsPrincipal] [Security.Principal.WindowsIdentity]::GetCurrent()).IsInRole(
[Security.Principal.WindowsBuiltInRole]::Administrator
)
if (-not $IsAdmin) {
Write-Host "Not running as Administrator. Some shortcuts may fail to update." -ForegroundColor Yellow
Write-Host ""
}
# This is your Edge path, it should be installed here (if you're on Stable channel).
@jeasonstudio
jeasonstudio / bilibili-dm.js
Created January 10, 2018 13:58
b 站弹幕姬 终端版本
const { Room } = require('bilibili-live')
const config = {
roomId: 30493,
url: 30493,
useWebsocket: true,
useWSS: true
}
const br = s => `\x1b[1m\x1b[31m${s}\x1b[0m`
@honkskillet
honkskillet / byte-sizetuts.md
Last active March 31, 2026 21:48
A series of golang tutorials with youtube videos.