Skip to content

Instantly share code, notes, and snippets.

View blue7wings's full-sized avatar

LiamXia blue7wings

  • none
  • Shanghai
View GitHub Profile
@raphaelsoul
raphaelsoul / qqlogin.js
Created February 4, 2021 14:25
QQMusicLogin
const login = async () => {
const browser = await puppeteer.launch({
headless: false,
devtools: true,
});
try {
const page = await browser.newPage();
await page.goto('https://y.qq.com', {
waitUntil: 'networkidle0'
});
@Tamshen
Tamshen / 1.GIF
Last active October 26, 2021 06:29
⁣⁣⁣⁣ 
1.GIF
@denji
denji / README.md
Last active October 19, 2025 11:13 — forked from Cubixmeister/README.md
Simple Sentry docker-compose.yml
  1. Download docker-compose.yml to dir named sentry
  2. Change SENTRY_SECRET_KEY to random 32 char string
  3. Run docker-compose up -d
  4. Run docker-compose exec sentry sentry upgrade to setup database and create admin user
  5. (Optional) Run docker-compose exec sentry pip install sentry-slack if you want slack plugin, it can be done later
  6. Run docker-compose restart sentry
  7. Sentry is now running on public port 9000
@jason5ng32
jason5ng32 / surge.conf
Last active December 5, 2025 02:17
Surge Configs ( for 2.x )
[General]
loglevel = notify
skip-proxy = 127.0.0.1, 192.168.0.0/16, 10.0.0.0/8, 172.16.0.0/12, 100.64.0.0/10, localhost, *.local, ::ffff:0:0:0:0/1, ::ffff:128:0:0:0/1
bypass-tun = 192.168.0.0/16, 10.0.0.0/8, 172.16.0.0/12
# dns-server = 119.29.29.29,223.5.5.5,114.114.115.115
# external-controller-access = [email protected]:6155
# ipv6 = true
// REMEMBER TO CHANGE THE external-controller-access' PASSWORD