services:
- name: service-alibaba-cloud-proxy
addr: ":38080"
handler:
type: auto
chain: chain-alibaba-cloud-dev
listener:
type: tcp
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
| # syntax=docker/dockerfile:1.7 | |
| ################################################################################ | |
| # Builder | |
| ################################################################################ | |
| FROM --platform=$BUILDPLATFORM docker.io/library/golang:1.25.3 AS builder | |
| WORKDIR /src | |
| # Go module |
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
| // ==UserScript== | |
| // @name TrackingMore Admin Plus | |
| // @namespace https://example.com/ | |
| // @version 1.0 | |
| // @description Inject custom grid CSS for .sp-table-body on admin.trackingmore.com | |
| // @match https://admin.trackingmore.com/shipments/numbers* | |
| // @run-at document-idle | |
| // @grant GM_addStyle | |
| // ==/UserScript== |
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
| // ==UserScript== | |
| // @name [Work] ArgoCD 自动登录 - 请你修改源代码,修改 @match 后面的 URL 为你的 ArgoCD 地址 | |
| // @namespace https://nowtime.cc | |
| // @version 2025-12-02 | |
| // @description 自动化登录 ArgoCD | |
| // @author Shine | |
| // @match https://argocd.example.com/login?* | |
| // @icon https://www.google.com/s2/favicons?sz=64&domain=example.com | |
| // @grant GM.setValue | |
| // @grant GM.getValue |
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
| // ==UserScript== | |
| // @name AWS 自动登录脚本 | |
| // @namespace https://nowtime.cc | |
| // @version 2025-12-03 | |
| // @description 自动登录 AWS 控制台 | |
| // @author Shine | |
| // @match https://signin.aws.amazon.com/oauth?* | |
| // @match https://*.signin.aws.amazon.com/oauth?* | |
| // @icon https://www.google.com/s2/favicons?sz=64&domain=amazon.com | |
| // @grant GM.setValue |
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
| // ==UserScript== | |
| // @name Shopify Partners Webhook Time Localizer | |
| // @namespace https://nowtime.cc | |
| // @version 2025-06-20 | |
| // @description Webhook 日志时间调整为本地时区的时间显示;优化相关样式 | |
| // @author Shine | |
| // @match https://partners.shopify.com/*/apps/*/webhook_deliveries/details* | |
| // @icon https://www.google.com/s2/favicons?sz=64&domain=shopify.com | |
| // @grant none | |
| // ==/UserScript== |
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
| Host forward.service | |
| User root | |
| ProxyCommand websocat --binary -k wss://websocket-over-https.example.com | |
| PreferredAuthentications publickey | |
| IdentitiesOnly yes | |
| RequestTTY no | |
| ServerAliveInterval 10 | |
| ServerAliveCountMax 3 | |
| TCPKeepAlive yes | |
| LocalForward 127.0.0.1:60000 172.6.6.6:22 |
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
| <!DOCTYPE html> | |
| <html lang="zh-CN"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>图片查看器插件</title> | |
| <style> | |
| body { | |
| font-family: Arial, sans-serif; | |
| margin: 0; |
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
| #此处主要屏蔽小米云扫描组件 -> https://github.com/LoopDns/Fuck-you-MIUI/blob/main/MIhosts#L1 | |
| 0.0.0.0 log.avlyun.sec.intl.miui.com | |
| 0.0.0.0 update.avlyun.sec.miui.com | |
| 0.0.0.0 ixav-cse.avlyun.com | |
| 0.0.0.0 logupdate.avlyun.sec.miui.com | |
| 0.0.0.0 miui-fxcse.avlyun.com | |
| 0.0.0.0 sdkconf.avlyun.com | |
| 0.0.0.0 sdkconf.avlyun.com | |
| 0.0.0.0 miav-cse.avlyun.com | |
| 0.0.0.0 miav-cse.avlyun.com |
NewerOlder