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
//****************************************************************************** | |
//SHIORI/3.0設定スクリプト for YAYA | |
//****************************************************************************** | |
//****************************************************************************** | |
//AIトーク関連 | |
//****************************************************************************** | |
//------------------------------------------------------------------------------ | |
//TALK_INTERVAL AIトーク間隔の初期値[秒] |
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
// ==Taberareloo== | |
// { | |
// "name" : "Fix Twitter.update 2020.02" | |
// , "description" : "Fix Twitter.update 2020.02" | |
// , "include" : ["background"] | |
// , "version" : "0.5.0" | |
// , "downloadURL" : "https://gist.githubusercontent.com/ailispaw/9406c2ffacf68c6ad238/raw/patch.fix.twitter.update.tbrl.js" | |
// } | |
// ==/Taberareloo== |
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
// ==Taberareloo== | |
// { | |
// "name" : "Fix Tumblr.getTumblelogs 2021.12" | |
// , "description" : "Fix Tumblr.getTumblelogs 2021.12" | |
// , "include" : ["background"] | |
// , "version" : "0.5.2" | |
// , "downloadURL" : "https://gist.githubusercontent.com/ailispaw/3aef8857c274e22f2b41/raw/patch.fix.tumblr.getTumblelogs.tbrl.js" | |
// } | |
// ==/Taberareloo== |
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
#!/usr/bin/env ruby | |
# -*- coding: utf-8 -*- | |
# | |
# ** Hatebu2Pinboard ** | |
# はてブのAtomエクスポートデータをPinboardにインポートします。 | |
# カレントディレクトリにエクスポートデータ(dump.yml)と、 | |
# Pinboardのユーザ名、パスワードを書いたYAMLファイル(auth.yml)を | |
# 用意して下さい。 | |
# | |
# [usage] |
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 | |
# add the -DisableSleepProxyClient flag to mDNSResponder.plist | |
sudo sed -i -e \ | |
's#\(<string>-launchd\)\(</string>\)#\1 -DisableSleepProxyClient\2#' \ | |
/System/Library/LaunchDaemons/com.apple.mDNSResponder.plist |