Surge & Loon & QX 脚本收集
讨论群组: @NobyDa_Chat 脚本反馈: @NobyDa_bot 合作联系: @nubida 个人博客:https://nobyda.github.io/ 个人仓库:https://github.com/NobyDa
Mostrar más📈 Análisis del canal de Telegram Surge & Loon & QX 脚本收集
El canal Surge & Loon & QX 脚本收集 (@nobyda) en el segmento lingüístico de Chino es un actor destacado. Actualmente la comunidad reúne a 62 388 suscriptores, ocupando la posición 2 099 en la categoría Tecnologías y Aplicaciones y el puesto 3 670 en la región China.
📊 Métricas de audiencia y dinámica
Desde su creación el невідомо, el proyecto ha mostrado un crecimiento acelerado, reuniendo a 62 388 suscriptores.
Según los últimos datos del 01 julio, 2026, el canal mantiene una actividad estable. En los últimos 30 días la variación de miembros fue de 117, y en las últimas 24 horas de 0, conservando un alto alcance.
- Estado de verificación: No verificado
- Tasa de interacción (ER): El promedio de interacción de la audiencia es 22.86%. Durante las primeras 24 horas tras publicar, el contenido suele obtener 8.12% de reacciones respecto al total de suscriptores.
- Alcance de las publicaciones: Cada publicación recibe en promedio 14 264 visualizaciones. En el primer día suele acumular 5 068 visualizaciones.
- Reacciones e interacción: La audiencia responde de forma activa: el promedio de reacciones por publicación es 10.
- Intereses temáticos: El contenido se centra en temas clave como loon, surge, cookie, shadowrocket, stash.
📝 Descripción y política de contenido
El autor describe el recurso como un espacio para expresar opiniones subjetivas:
“讨论群组: @NobyDa_Chat
脚本反馈: @NobyDa_bot
合作联系: @nubida
个人博客:https://nobyda.github.io/
个人仓库:https://github.com/NobyDa”
Gracias a la alta frecuencia de actualizaciones (últimos datos recibidos el 02 julio, 2026), el canal mantiene la vigencia y un amplio alcance. La analítica demuestra que la audiencia interactúa activamente con el contenido, lo que lo convierte en un punto de referencia dentro de la categoría Tecnologías y Aplicaciones.
[MITM] hostname = personal-act.wps.cn [Script] http-request ^https:\/\/personal-act\.wps\.cn\/activity-rubik\/activity\/page_info tag=WPS Cookie, script-path=https://raw.githubusercontent.com/MaYIHEI/paperclip/refs/heads/main/app/wps/wps.cookie.js, requires-body=false, img-url=https://raw.githubusercontent.com/MaYIHEI/pin/refs/heads/main/app/wps.png cron "0 10 * * *" script-path=https://raw.githubusercontent.com/MaYIHEI/paperclip/refs/heads/main/app/wps/wps.js, tag=WPS签到, img-url=https://raw.githubusercontent.com/MaYIHEI/pin/refs/heads/main/app/wps.png, enable=true🤫 Surge配置
[MITM] hostname = personal-act.wps.cn [Script] WPS Cookie = type=http-request,pattern=^https:\/\/personal-act\.wps\.cn\/activity-rubik\/activity\/page_info,requires-body=false,max-size=0,script-path=https://raw.githubusercontent.com/MaYIHEI/paperclip/refs/heads/main/app/wps/wps.cookie.js,img-url=https://raw.githubusercontent.com/MaYIHEI/pin/refs/heads/main/app/wps.png WPS签到 = type=cron,cronexp=0 10 * * *,timeout=120,script-path=https://raw.githubusercontent.com/MaYIHEI/paperclip/refs/heads/main/app/wps/wps.js,img-url=https://raw.githubusercontent.com/MaYIHEI/pin/refs/heads/main/app/wps.png🤫 Quantumult X配置
[MITM] hostname = personal-act.wps.cn [rewrite_local] ^https:\/\/personal-act\.wps\.cn\/activity-rubik\/activity\/page_info url script-request-header https://raw.githubusercontent.com/MaYIHEI/paperclip/refs/heads/main/app/wps/wps.cookie.js [task_local] 0 10 * * * https://raw.githubusercontent.com/MaYIHEI/paperclip/refs/heads/main/app/wps/wps.js, tag=WPS签到, img-url=https://raw.githubusercontent.com/MaYIHEI/pin/refs/heads/main/app/wps.png, enabled=true😀 感谢群友投稿:https://github.com/MaYIHEI/paperclip/tree/main/app/wps #投稿 #WPS #签到 发布频道:https://t.me/inaisi
· 设置位置:在地图 App 里选好位置(长按地图选点)→ 共享 → 选「wloc 设置地理位置」即可切换 ·苹果地图:选点 → 共享 → 「wloc 设置地理位置」 ·高德地图:选点 → 分享 → 更多 → 「wloc 设置地理位置」 ·清理位置: 点「wloc 清理恢复位置」即可恢复真实定位。关于地图链接解析(worker)
为了让 Apple 地图和高德走同一条流程,链接统一发给 wloc-spoofer.wloc.workers.dev/api/parse 解析:
高德
:分享出来是短链,真实坐标只藏在 302 跳转的 Location 头里,且是 GCJ-02 偏移坐标。快捷指令既读不到跳转头、也难做坐标换算,所以由 worker 跟跳转 → 抠坐标 → GCJ-02→WGS84 → 返回经纬度。
Apple 地图
:链接里直接带 coordinate=纬度,经度,本身就是 WGS84,理论上快捷指令自己就能解析;为了和高德统一处理(短链、文本夹链接、名称解码等),也走同一接口。
隐私
:/api/parse 是纯转发解析——收到链接 → 跟跳转 → 解析坐标 → 返回 JSON,
全程不写任何存储、不记日志、不缓存
,处理完即丢。
不放心可自行部署
:worker 源码完全开源,可自己部署一份替换上面的地址: 仓库:https://github.com/Yu9191/wloc/tree/main/worker 解析逻辑:worker/src/parse.js、路由:worker/src/index.js 部署后把快捷指令里的 wloc-spoofer.wloc.workers.dev 换成你自己的 worker 域名即可。
Surge: https://raw.githubusercontent.com/Yu9191/wloc/refs/heads/main/modules/wloc.sgmodule Quantumult X: https://raw.githubusercontent.com/Yu9191/wloc/refs/heads/main/modules/wloc.conf Loon: https://raw.githubusercontent.com/Yu9191/wloc/refs/heads/main/modules/wloc.lpx使用方法:
1.订阅模块并启用 MITM 2.打开在线选点页面(公共 Worker(选择位置),建议添加到主屏幕) 3.地图选位置 / 搜索地名 / 粘贴地图链接 4.点击「储存到设备」下次 Apple 定位触发时自动生效高系统版本推荐操作流程(成功率最高):
方法1: 先去选好需要修改的定位 开飞行模式-关闭定位-重启设备- 关闭飞行模式(wifi也要关)-连接代理工具-打开定位 打开地图验证 方法2(来自帅b): 定位关闭 worker页面选位置保存 定位打开 然后-允许访问位置信息-选下次询问或在我共享时 打开地图验证项目地址: https://github.com/Yu9191/wloc 具体看md说明
接上一条:https://t.me/NobyDa/1002#脚本更新 脚本名称:#小蚕霸王餐 脚本说明:修复了脚本失效的问题,增加了元宝乐园任务 脚本作者:Sliverkiss 更新时间:2026-06-15 脚本地址: 点击链接
ps:晓晓优选:
点击链接
修复偶尔获取参数失败的问题😕 脚本地址 https://raw.githubusercontent.com/Yuheng0101/X/refs/heads/main/Tasks/52pojie.js 😕 使用说明 脚本地址在注释部分有详细的说明 👥 频道 💬 群聊
- 多账号自动签到,已签到自动跳过 - Cookie 抓取自动识别账号,区分新增与更新 - 签到结果通知(含账号昵称、时间、状态) - 超时请求自动重试 - 支持 Node.js / 青龙面板 + 多种通知渠道🔧 使用方法
https://github.com/Yuheng0101/X/blob/main/Tasks/QDReader/README.md
🔗 订阅链接
Surge: https://raw.githubusercontent.com/Yuheng0101/X/main/Tasks/QDReader/profiles/qdreader.surge.sgmodule Loon: https://raw.githubusercontent.com/Yuheng0101/X/main/Tasks/QDReader/profiles/qdreader.loon.plugin Quantumult X: https://raw.githubusercontent.com/Yuheng0101/X/main/Tasks/QDReader/profiles/qdreader.qx.snippet📝 更新日志 (2026-05-07)
https://github.com/Yuheng0101/X/blob/main/Tasks/QDReader/CHANGELOG.md
📂 项目地址:
https://github.com/Yuheng0101/X/tree/main/Tasks/QDReader
#起点读书 #任务脚本 #Surge #Loon #QuantumultX #Egern #Stash #Node #更新日志
¡Ya disponible! Investigación de Telegram 2025 — los principales insights del año 
