This file contains hidden or 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
t.prefs_.set('color-palette-overrides',["#181818", "#ab4642", "#a1b56c", "#f7ca88", "#7cafc2", "#ba8baf", "#86c1b9", "#d8d8d8", "#585858", "#ab4642", "#a1b56c", "#f7ca88", "#7cafc2", "#ba8baf", "#86c1b9", "#f8f8f8"]); | |
t.prefs_.set('foreground-color', "#d8d8d8"); | |
t.prefs_.set('background-color', "#181818"); | |
t.prefs_.set('cursor-color', 'rgba(210, 210, 210, 0.5)'); |
This file contains hidden or 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 | |
clear | |
cat << EOF | |
################### 腾讯视频(MacOS)缓存文件合成脚本 ################### | |
Author: eightpigs <[email protected]> | |
Date: 2018-04-14 |
This file contains hidden or 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 | |
# Detects the response time of the specified Url, Support set the threshold of response time | |
# author: [email protected] | |
# The request url | |
url="" | |
# The critical time for the request to respond to an exception | |
claim=10 |