V2EX = way to explore
V2EX 是一个关于分享和探索的地方
Sign Up Now
For Existing Member  Sign In
V2EX  ›  xiaoxiannv  ›  全部回复第 3 页 / 共 15 页
回复总数  296
1  2  3  4  5  6  7  8  9  10 ... 15  
6 月 18 日
回复了 xiaoxiannv 创建的主题 Apple HomePod 在发 Thread/HomeKit IPv6 RA,怎么规避?
@xiaoke 对,理论上 vlan 在哪头都行,只要是 vlan ,只有 vlan 才能挡住 ra ( ap 硬转发开启的情况下)
6 月 17 日
回复了 rosebush373 创建的主题 YouTube youtube 提示有中断问题,是我的问题吗
// ==UserScript==
// @name YouTube "Interruptions" Popup Remover
// @license MIT
// @version 1.5
// @namespace https://github.com/tukarsdev
// @description Automatically removes the "Experiencing interruptions?" popup on YouTube.
// @author tukars
// @icon https://www.youtube.com/favicon.ico
// @match https://www.youtube.com/*
// @require https://update.greasyfork.org/scripts/552301/1676024/Observe.js
// @run-at document-end
// @grant none
// @downloadURL https://update.greasyfork.org/scripts/552318/YouTube%20%22Interruptions%22%20Popup%20Remover.user.js
// @updateURL https://update.greasyfork.org/scripts/552318/YouTube%20%22Interruptions%22%20Popup%20Remover.meta.js
// ==/UserScript==

const { contextPrint, waitForElement, observeAndHandle } = window.userscript.com.tukars.Observe;

const ENABLE_DEBUG_LOGGING = true;

const { log, warn, error, info, debug } = contextPrint(
"YT Interruptions Remover", ENABLE_DEBUG_LOGGING
);

function destroyNotification(notification) {
if (!notification) {
error("Notification element does not exist! Cannot delete it!");
return;
}
if (!notification.parentNode) {
warn("Notification element already removed from the DOM.");
return;
}
debug("Destroying 'Interruptions' notification element.", notification);
notification.remove();
log("Successfully removed 'Interruptions' notification.");
}

async function handleInterruptionNotification(notification) {
debug("Detected a potential notification element:", notification);

const textElement = await waitForElement("#text", 2000, notification);

if (!textElement) {
debug("This notification does not have the expected text element. Ignoring.");
return;
}

debug(`Got text element. Text is: "${textElement.textContent}"`)

const textContent = textElement.textContent.trim();

if (textContent.includes("Experiencing interruptions?")) {
log("Found 'Experiencing interruptions?' notification. Removing it.");
destroyNotification(notification);
} else {
debug(`Notification text did not match. Text was: "${textContent}"`);
setTimeout(() => { debug(`Text after 300ms: "${textElement.textContent}"`) }, 300);
}
}

(async function () {
"use strict";
log("Interruptions remover is active.");

const popupContainer = await waitForElement("ytd-popup-container.style-scope.ytd-app");

observeAndHandle(popupContainer, "tp-yt-paper-toast", handleInterruptionNotification);
})();
6 月 17 日
回复了 rosebush373 创建的主题 YouTube youtube 提示有中断问题,是我的问题吗
安装这款脚本可以解决
https://greasyfork.org/zh-CN/scr ... tions-popup-remover
YouTube“中断”弹出窗口移除器
6 月 16 日
回复了 xiaoxiannv 创建的主题 Apple HomePod 在发 Thread/HomeKit IPv6 RA,怎么规避?
@starryloki 嗯,一样,实现原理都差别不大
6 月 16 日
回复了 test0103 创建的主题 宽带症候群 自建网络节点的方案选择
标称 200M ,实际能跑到多少取决于邻居。

因为轻量本质就是高超售产品。
@Paradoxos 这个比方打的绝了
6 月 15 日
回复了 xiaoxiannv 创建的主题 Apple HomePod 在发 Thread/HomeKit IPv6 RA,怎么规避?
@starryloki
IoT → 主网:阻止;
IoT → 光猫:阻止;
IoT → Internet:允许;
主网 → IoT:允许;
IoT → RouterOS:只允许 DHCP 、DNS 、mDNS 、ICMP ;
IoT 无法访问 WinBox 、WebFig 、SSH 、SMB 。
6 月 15 日
回复了 xiaoxiannv 创建的主题 Apple HomePod 在发 Thread/HomeKit IPv6 RA,怎么规避?
@z5238384 不光 homepod ,智能家居,监控等一系列,还是不够相信国产商业闭源的底线和逻辑,他们就 iot 老老实实呆着吧
6 月 15 日
回复了 xiaoxiannv 创建的主题 Apple HomePod 在发 Thread/HomeKit IPv6 RA,怎么规避?
@starryloki 解决了,ros+ap ,ros 里加了 IoT 隔离,所有的物联网设备全塞进去,国产设备,谁也不知道他们偷偷在干啥,把不信任的关进技术的笼子。
6 月 14 日
回复了 KleinP 创建的主题 分享发现 做了个 homeassistant 云服务 saas 系统
额,就这么说吧,我们家庭网络出口,ros+openwrt 旁路由 ap ,你要问我为什么不用爱快+tplink ,答案自己想
6 月 11 日
回复了 yjxjn 创建的主题 OpenAI ChatGPT 菲律宾价格最低
老订阅还会走老价格吗?还是跟着新价格走
6 月 11 日
回复了 xiaoxiannv 创建的主题 Apple HomePod 在发 Thread/HomeKit IPv6 RA,怎么规避?
@z5238384 强迫症啊,手机 ip 地址无故多个 ipv6 地址
6 月 10 日
回复了 xiaoxiannv 创建的主题 Apple HomePod 在发 Thread/HomeKit IPv6 RA,怎么规避?
@starryloki 是这样的,openwrt 软终端没有加速,可以抓到 ra ,但 ap 就无能为力了
6 月 10 日
回复了 xiaoxiannv 创建的主题 Apple HomePod 在发 Thread/HomeKit IPv6 RA,怎么规避?
@starryloki 其实不行的,理论上说 ap 上拦不了 ra ,上游再怎么加设备,也解决不了下游 homepod 发 ra 到 ap ,所有连 ap 的 wifi 设备,都会因为硬转发,透传继承到 homepod 的 ra
6 月 10 日
回复了 xiaoxiannv 创建的主题 Apple HomePod 在发 Thread/HomeKit IPv6 RA,怎么规避?
@starryloki 我是软路由+ap ,AP 是 MTK 方案,开启了硬件转发,tcpdump 根本看不到 RA
6 月 10 日
回复了 Ivtdny75 创建的主题 OpenAI ChatGPT 土耳其区涨价
涨价了,旧订阅还走老资费?还是?
6 月 9 日
回复了 xiaoxiannv 创建的主题 VPS 想减少风控,固定出口 IP,有推荐的 vps 吗?
@PoorGuy188 我试了,还不错
6 月 9 日
回复了 xiaoxiannv 创建的主题 DNS 1.1.1.1 挂了? google 解析不了
好像是我的问题
手机号注册劝退
换 ip 不便宜
1  2  3  4  5  6  7  8  9  10 ... 15  
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   5630 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 33ms · UTC 01:53 · PVG 09:53 · LAX 18:53 · JFK 21:53
♥ Do have faith in what you're doing.