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:
I hereby claim:
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. | |
########################################################### |
########################################################### | |
# | |
# TheDesk Auto Update Script's | |
# | |
# Auther: NekotenYuuna | |
# Date:Ver.1 rev.52 | |
# | |
# Copyright© Sys-in,Kazuki All Rights Reserved. | |
########################################################### |
302 MOVE : https://github.com/Winding6636/ThanatoStylUserCSS/blob/master/niconico/niconico-Dark_SeTriNOTheme.user.styl | |
https://github.com/Winding6636/ThanatoStylUserCSS |
@@||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/* |
#!/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 |
*://game8.jp/* | |
*://altema.jp/* | |
*://gamy.jp/* | |
*://gamewith.jp/* | |
*://appmedia.jp/* | |
*://kamigame.jp/* | |
*://gamerch.com/* | |
*://blog.esuteru.com/* | |
*://jin115.com/* | |
*://codeday.me/* |
#!/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} | |
# |
#!/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 |