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 bash -x | |
# config file looks like | |
#START_TIME:0.16 | |
#END_TIME:6.0 | |
#HUSHED_UNTIL:2023-11-23T1:40:00 | |
if [ "$1" = "-from-cron" ] | |
then | |
if ps aux | grep osascript | grep -q 'Time to Sleep' |
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
// ==UserScript== | |
// @name Media mode for Twitter home | |
// @name:zh-CN Twitter 主页上的媒体模式 | |
// @name:zh-TW Twitter 主頁上的媒體模式 | |
// @name:zh-HK Twitter 主頁上的媒體模式 | |
// @description Remove text-only tweets on the flow of Twitter home/list. It is currently Beta quality. | |
// @description:zh-CN 在 Twitter 的主页和列表时间流上删除纯文本 Tweet。当前是 Beta 质量 | |
// @description:zh-TW 在 Twitter 的主頁和列表時間流上刪除純文字 Tweet。當前是 Beta 質量 | |
// @description:zh-HK 在 Twitter 的主頁和列表時間流上刪除純文本 Tweet。當前是 Beta 質量 | |
// @icon https://i.imgur.com/bUIPv1O.jpg |
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
/* ==UserStyle== | |
@name TwitterRevertColoring | |
@description Twitter の UI の配色を元に戻すユーザースタイル | |
@namespace https://gist.github.com/tsukumijima | |
@updateURL https://gist.github.com/tsukumijima/931905c4ed3f181ce926730463a29d80/raw/TwitterRevertColoring.user.css | |
@author tsukumi | |
@version 1.3.9 | |
@license MIT | |
==/UserStyle== */ |