Skip to content

Instantly share code, notes, and snippets.

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

Winding Winding6636

🤔
:thinking_face:
View GitHub Profile

Keybase proof

I hereby claim:

  • I am Winding6636 on github.
  • I am kazuki (https://keybase.io/kazuki) on keybase.
  • I have a public key whose fingerprint is 8A63 FC6C A8F4 315C E3E8 C105 5DAF 9AE3 1E30 8A17

To claim this, I am signing this object:

###########################################################
#
# NowPlaying Auto Update Script's
#
# Auther: NekotenYuuna
# Date:Ver.1.1 rev.50
#
# Copyright© Sys-in,Kazuki All Rights Reserved.
###########################################################
@Winding6636
Winding6636 / TheDeskript.ps1
Last active June 29, 2018 22:25
TheDeskript.ps1
###########################################################
#
# TheDesk Auto Update Script's
#
# Auther: NekotenYuuna
# Date:Ver.1 rev.52
#
# Copyright© Sys-in,Kazuki All Rights Reserved.
###########################################################
@Winding6636
Winding6636 / Nico SeTriNO DarkTheme by Stylus.styl
Last active October 17, 2019 14:30
Niconico (nicovideo.jp) Dark Theme ChromePlugin:Stylus
302 MOVE : https://github.com/Winding6636/ThanatoStylUserCSS/blob/master/niconico/niconico-Dark_SeTriNOTheme.user.styl
https://github.com/Winding6636/ThanatoStylUserCSS
@Winding6636
Winding6636 / adblock filter niconico
Last active May 30, 2020 06:03
Niconico Adv Whitelist
@@||api.nicoad.nicovideo.jp/v1/*
@@||api.nicoad.nicovideo.jp/v2/*
@@||nicoad.nicovideo.jp/assets/*
@@||nicoad.nicovideo.jp/nage/publish*
@@||nicoad.nicovideo.jp/live/publish/balloon*
@@||secure-dcdn.cdn.nimg.jp/nicoad/*
@Winding6636
Winding6636 / ffmpeg_concat.py
Created September 12, 2019 14:54
autoconcatgenescript
#!/usr/bin/env python3
import argparse
import os
import subprocess
VERSION = '1.0'
def process_arguments():
parser = argparse.ArgumentParser(formatter_class=argparse.ArgumentDefaultsHelpFormatter)
#!/bin/bash
# Change the max password days to 99999
cat /etc/shadow | cut -d: -f1 | xargs -I {} chage -I -1 -m 0 -M 99999 -E -1 -W 7 {}
sed -i 's/^PASS_MAX_DAYS.*/PASS_MAX_DAYS 99999/' /etc/login.defs
@Winding6636
Winding6636 / ublocklist.txt
Last active November 23, 2021 10:55
ublocklist my lists
*://game8.jp/*
*://altema.jp/*
*://gamy.jp/*
*://gamewith.jp/*
*://appmedia.jp/*
*://kamigame.jp/*
*://gamerch.com/*
*://blog.esuteru.com/*
*://jin115.com/*
*://codeday.me/*
@Winding6636
Winding6636 / abemadl.sh
Last active February 16, 2021 17:04
abema_tv streamlink script
#!/bin/bash
# Abema TV Download Script
#
# require streamlink
# 作品ページ: https://abema.tv/video/title/{作品ID}
# 各話ページ: https://abema.tv/video/episode/{作品ID}_s1_p{話数ID}
# チャンネル見逃し配信: https://abema.tv/channels/abema-anime-2(チャンネルID)/slots/{動画ID}
# 無料もののみ またその判定はしていない。トークンを有料垢にすれば多分動く
# ./abemadl.sh URL {-f|-t title}
#
@Winding6636
Winding6636 / ytdl_smpatch
Created July 4, 2020 11:31
youtube-dl niconico url sm support patch
#!/bin/bash
# pip package Youtube-DL patch script
# patch : niconico URL sm|nm|so support
#
set -Ce
#Download
wget -O ./niconico_sm.patch https://raw.githubusercontent.com/Winding6636/youtube-dl/nico_short/niconico_sm.patch
#Patched