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
@media (prefers-color-scheme: dark) { | |
#main a { color: #bfdfff; } | |
body { background-color: #292a2d; } | |
#main a:hover { background-color: #000000; } | |
#main a:hover { color: #80ecff; } | |
#main a:hover { box-shadow: 0 0 7px #0080ff; } | |
#main a:hover { box-shadow: 0 0 7px #0080ff; } | |
} |
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
AND,((OR,((DEST-PORT,993), (DEST-PORT,465), (DEST-PORT,587))), (DOMAIN-SUFFIX,gmail.com)),IMAP | |
// AND,((OR,((DEST-PORT,993), (DEST-PORT,465), (DEST-PORT,587))), (DOMAIN-SUFFIX,outlook.com)),IMAP |
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
$ pip list -o |sed '1,2d' |awk '{print $1}' |xargs sudo -H pip install -U |
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 Open In UncensorPat.ch | |
// @version 0.0.1 | |
// @description Adds a link to open Steam content in UncensorPat.ch. | |
// @author Semidio | |
// @match *://steamcommunity.com/app/* | |
// @match *://store.steampowered.com/app/* | |
// @grant none | |
// ==/UserScript== |
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
function FindProxyForURL(url, host) { | |
if (shExpMatch(url,"*://【あなたの鎮守府のIP】/kcs/*")) { | |
return "PROXY localhost:8888;DIRECT"; | |
} | |
if (shExpMatch(url,"*://【あなたの鎮守府のIP】/kcsapi/*")) { | |
return "PROXY localhost:8888;DIRECT"; | |
} | |
return "DIRECT"; | |
} |
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
<key>CFBundleDocumentTypes</key> | |
<array> | |
<dict> | |
<key>CFBundleTypeName</key> | |
<string>All Files</string> | |
<key>LSHandlerRank</key> | |
<string>Alternate</string> | |
<key>LSItemContentTypes</key> | |
<array> | |
<string>public.data</string> |
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
[AdblockPlus] | |
!-------【卡饭相关过滤 + 元素隐藏规则 for ABP】------- | |
!----卡饭相关过滤 + 元素隐藏规则---- | |
!----------版本_1.0.0alpha--------- | |
!-----最后更新:2012-07-02-17:37----- | |
!Copyright 2011 xcffl, Apache License 2.0 | |
! This list expires after 12 days | |
!-----腾讯相关-----! | |
v.t.qq.com/follow/widget.js | |
*/image/*/qq_*.gif |
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
"%1$@ (via @%2$@)" = "%1$@ (通过 @%2$@)"; | |
"%1$@ at %2$@" = "%1$@ %2$@"; | |
"%1$d of %2$d" = "%1$d/%2$d"; | |
"%@ and %@" = "%1$@ 和 %2$@"; | |
"%@ Categories" = "%@ 类别"; | |
"%@ Drafts" = "%@ 草稿"; | |
"%@ Followers" = "%@ 关注者"; | |
"%@ is following you." = "%@ 已关注你."; | |
"%@ is not following you." = "%@ 未关注你."; | |
"%@ Lists" = "%@ 列表"; |