Skip to content

Instantly share code, notes, and snippets.

View bgzo's full-sized avatar
💊
I may be slow to respond.

菜就多練練 bgzo

💊
I may be slow to respond.
View GitHub Profile
@bgzo
bgzo / logseq-plugin-ol.css
Created October 2, 2023 13:02
Ordered lists, flat or nested, multiple formats ordered lists; Fetch from https://github.com/sethyuan/logseq-plugin-ol/blob/master/src/index.js#L9-L226 ; Add `@Import` in custom.css on Logseq;
a[data-ref|='.ol'],
a[data-ref|='.ul'] {
display: none !important;
}
.cp__all_pages_table :is(a[data-ref|='.ol'], a[data-ref|='.ul']) {
display: unset !important;
}
.ls-block[data-refs-self*='".ol'] .block-children {
counter-reset: kef-ol;
@bgzo
bgzo / !_logseq_custom_css_banner.txt
Last active June 18, 2024 13:33
My logseq custom.css (solarized theme & logseq-plugin-ol & bullet_threading & awesome-props & awesome-content & Code Mirror & Tag)
_ ____ _
| | ___ __ _ ___ ___ __ _ / ___| _ ___| |_ ___ _ __ ___ ___ ___ ___
| | / _ \ / _` / __|/ _ \/ _` | | | | | | / __| __/ _ \| '_ ` _ \ / __/ __/ __|
| |__| (_) | (_| \__ \ __/ (_| | | |__| |_| \__ \ || (_) | | | | | || (__\__ \__ \
|_____\___/ \__, |___/\___|\__, | \____\__,_|___/\__\___/|_| |_| |_(_)___|___/___/
|___/ |_|
@bgzo
bgzo / !banner.txt
Last active October 20, 2023 16:40
maven settings.xml
__ __ ____ _ _ _ _
| \/ | __ ___ _____ _ __ / ___| ___| |_| |_(_)_ __ __ _ ___ __ ___ __ ___ | |
| |\/| |/ _` \ \ / / _ \ '_ \ \___ \ / _ \ __| __| | '_ \ / _` / __| \ \/ / '_ ` _ \| |
| | | | (_| |\ V / __/ | | | ___) | __/ |_| |_| | | | | (_| \__ \_ > <| | | | | | |
|_| |_|\__,_| \_/ \___|_| |_| |____/ \___|\__|\__|_|_| |_|\__, |___(_)_/\_\_| |_| |_|_|
|___/
// ==UserScript==
// @name SteamPY CDK 价格查询
// @namespace http://tampermonkey.net/
// @version 0.0.1
// @description 显示 SteamPY CDK 的价格,系官方插件简单移植
// @author bGZo
// @license MIT
// @match https://store.steampowered.com/*
// @icon https://store.steampowered.com/favicon.ico
// @grant GM_xmlhttpRequest
@bgzo
bgzo / steam-client-publicbeta_osx.md
Last active March 22, 2026 05:00
The native ARM64 Steam bootstrapper on Apple Silicon without Rosetta

The native ARM64 Steam bootstrapper on Apple Silicon without Rosetta 2

  1. Get steam official beta clientmanifests, via: https://steamcdn-a.akamaihd.net/client/steam_client_publicbeta_osx
  2. Find appdmg_osx and get file name like: appdmg_osx.zip.984652b88a9737e3f4e77c656d9ffa67d5042c2c
  3. Add it to steam official CDN, like: https://steamcdn-a.akamaihd.net/client/appdmg_osx.zip.984652b88a9737e3f4e77c656d9ffa67d5042c2c
  4. Download it and rename it to zip, and then unzip it twice(SteamMacBootstrapper.tar.gz).
  5. You would get the Steam.app, drop it into Application.