Skip to content

Instantly share code, notes, and snippets.

View Winding6636's full-sized avatar
🤔
:thinking_face:

Winding Winding6636

🤔
:thinking_face:
View GitHub Profile
@Winding6636
Winding6636 / Twitter_Promotion_AccountIDs
Last active July 5, 2020 05:21
Twitter Promotion IDs 膨大で重たいぞ
756278
3512041
5176591
5562702
6654042
6824512
7198602
7550252
9646822
9797352
@Winding6636
Winding6636 / dlsite_get.sh
Last active December 3, 2024 14:05
[Doesn't work ARCHIVE] DLsite Product Download Script / OpeEnv: WSL1 WSL2 ArchLinux
#!/bin/bash
# DLsite Product Downloader
source .session > /dev/null 2>&1
function sessionchk() {
result=`curl -L -sS "https://ssl.dlsite.com/maniax/mypage" -H 'authority: www.dlsite.com' -H "cookie: AuthCookie="$AuthCookie"; __DLsite_SID="$DSID";" --compressed | grep -oP '(?<=<title>)(.+)(?=</title)'`
if [[ $result == "新規登録 - 新規登録" ]] ; then
echo :-: 認証エラー :-:
return 1
else
@Winding6636
Winding6636 / BetterDiscord_CCSS
Created November 6, 2021 18:34
Discord SidelistBars Size Custom CSS
/* 右ユーザーリストバー */
.container-2wlB3z,
.content-3YMskv[role=list]{
width: 180px;
}
/* 左サーバーリストバー */
nav[aria-label="サーバー サイドバー"],
.listItem-2Ig28I,
@Winding6636
Winding6636 / #nicoliveDiscordNotifiHooker#
Last active August 21, 2024 13:36
nicolive discord webhook notification
Dockerでニコ生のユーザーページから最新の配信枠を取得してDiscordのWebhookで通知します。
@Winding6636
Winding6636 / #BF日本語変更レジストリ
Last active December 3, 2024 14:09
EAApp_BF Language JP
EAAppになってから言語変更がUI上で出来ないようです。
レジストリを弄って変えます。
なので自己責任かつバックアップなどをとって慎重に行いましょう(?)
(言語変えるだけなのでてぇしたことはない)