This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
756278 | |
3512041 | |
5176591 | |
5562702 | |
6654042 | |
6824512 | |
7198602 | |
7550252 | |
9646822 | |
9797352 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 右ユーザーリストバー */ | |
.container-2wlB3z, | |
.content-3YMskv[role=list]{ | |
width: 180px; | |
} | |
/* 左サーバーリストバー */ | |
nav[aria-label="サーバー サイドバー"], | |
.listItem-2Ig28I, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Dockerでニコ生のユーザーページから最新の配信枠を取得してDiscordのWebhookで通知します。 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
EAAppになってから言語変更がUI上で出来ないようです。 | |
レジストリを弄って変えます。 | |
なので自己責任かつバックアップなどをとって慎重に行いましょう(?) | |
(言語変えるだけなのでてぇしたことはない) |
OlderNewer