| 时间 | 系列 | 名字 | 颜色 | 价格 | 链接 |
|---|---|---|---|---|---|
| 2024-10-28 | 创意色系(クリエイティブカラー) | 白金銀 3C 套装 | 白、金、銀 |
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"> | |
| <head> | |
| <meta charset="UTF-8" /> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0" /> | |
| <title>Chrome 域前置启动项生成器</title> | |
| </head> | |
| <body> | |
| <h1>Chrome 域前置启动项生成器</h1> | |
| <p>复刻自:<a href="https://github.com/SpaceTimee/Sheas-Cealer">https://github.com/SpaceTimee/Sheas-Cealer</a></p> |
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
| #!/usr/bin/env python | |
| """\ | |
| This script is from Astropulse, Written by ChatGPT-4o into a ready-to-use script version. | |
| <https://github.com/Astropulse/sd-palettize> | |
| --- | |
| 该脚本,来自 Astropulse,经过 ChatGPT-4o 编写为了可直接使用的脚本版本。 | |
| <https://github.com/Astropulse/sd-palettize> |
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
| #!/usr/bin/env python | |
| """\ | |
| This script is from Returning Pixel Art to their original size by Antonio Neves. Written for Python via ChatGPT-4o. | |
| Original: Retrieving the original pixel size for digital arts and NFTs | |
| <https://community.wolfram.com/groups/-/m/t/2407109> | |
| --- | |
| 该脚本,来自 Antonio Neves 的 Returning Pixel Art to their original size。经过 ChatGPT-4o 编写为了 Python 版本。 |
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
| import sys | |
| import subprocess | |
| import time | |
| # 用法: python check_sni_blocking.py <target_url> [timeout] | |
| def check_sni_blocking(target_url, timeout): | |
| success_count = 0 | |
| failure_count = 0 | |
| results = [] |
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 Convert Date Format To ISO 8601 Style | |
| // @namespace http://tampermonkey.net/ | |
| // @version 0.0.8 | |
| // @description Convert natural language dates to YYYY-MM-DD format | |
| // @author ChatGPT | |
| // @match *://*/* | |
| // @grant GM_registerMenuCommand | |
| // @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 X(Twitter)时间格式转换(本地时区计算,带时区信息) | |
| // @name:zh-CN X(Twitter)时间格式转换(本地时区计算,带时区信息) | |
| // @name:en X (Twitter) time format converter (local timezone calculation with timezone info) | |
| // @namespace https://gist.github.com/gledos/fd23fd52629e90dae161a6d31583f929 | |
| // @version 0.1.0 | |
| // @description 将时间文本格式转换成指定格式,使用本地时区计算,并显示时区信息 | |
| // @author ChatGPT | |
| // @match *://twitter.com/* | |
| // @grant none |
NewerOlder