欢迎大家补充, 如果有错误请及时联系我修改
目录
eShop
游戏
MOD 模组
eShop
eShop-price全球比价 (貌似没有港服)
eshop-price去广告油猴脚本
// ==UserScript==
// @name eshop-prices AD block
// @namespace http://tampermonkey.net/
// @version 0.1
// @description 删除页面中特定的广告元素
// @author 你
// @match https://eshop-prices.com/*
// @grant none
// ==/UserScript==
(function() {
'use strict';
// 定义要删除的元素选择器
const selector = 'div.ads.games-list-item';
// 初始页面加载时执行一次
removeAds();
// 创建一个观察器实例来监视DOM变化
const observer = new MutationObserver(function(mutations) {
mutations.forEach(function(mutation) {
// 检查新增的节点
if (mutation.addedNodes.length) {
removeAds();
}
});
});
// 配置观察器选项
const config = { childList: true, subtree: true };
// 开始观察document的变化
observer.observe(document, config);
// 删除广告元素的函数
function removeAds() {
const elements = document.querySelectorAll(selector);
elements.forEach(element => {
if (element) {
element.remove();
console.log('已删除广告元素');
}
});
}
})();
游戏
国内
时鹏亮 (免费, 看广告可以高速下载, 部分资源付费才可以看到)
520 (免费, 电脑区有加壳广告)
大桶 (注册积分, gmail收不到验证码, 部分资源付费才可以下载)
外网
TAODUNG (免费)
NSW2U ( 备用站 (免费, 已被DMCA)
NSWPEDIA (免费)
UltraNX (绑定账号)
NSWTL (TG机器人)
MOD 模组
国内
踩蘑菇 (注册积分)
3DM (免费)
外网
香蕉网 (注册会员)
DEG (注册会员)
N网 (注册会员)
Github汇总清单
个人分享
Fl4sh9174/Switch-Ultrawide-Mods
KeatonTheBot/switch-pchtxt-mods
StevensND/switch-port-mods
theboy181/switch-ptchtxt-mods
cucholix/NX-IPS-romfs-compilation
ROM
国内
老男人 (免费)
外网
ROMS FUN (免费)
