噔噔,可以把页面变清爽一点
< 腳本樱花动漫:去除广告&点击后直接在当前页播放的回應
// ==UserScript==// @name 樱花动漫:去除广告&点击后直接在当前页播放// @namespace http://modaiwang.net/// @version 0.2// @description 噔噔,可以把页面变清爽一点// @author You// @match http://www.imomoe.io/*// @match http://www.imomoe.in/*// @match http://www.imomoe.ai/*// @grant none// ==/UserScript==(function() { // Your code here.. var style='
'; var ele=document.createElement('div'); ele.innerHTML=style; document.getElementsByTagName('head')[0].appendChild(ele.firstElementChild); document.getElementsByTagName('head')[0].appendChild(ele);})();
登入以回復
土豆服务器,请按需使用
镜像地址随时可能被墙,建议加群获取最新地址
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址
// ==UserScript==
// @name 樱花动漫:去除广告&点击后直接在当前页播放
// @namespace http://modaiwang.net/
// @version 0.2
// @description 噔噔,可以把页面变清爽一点
// @author You
// @match http://www.imomoe.io/*
// @match http://www.imomoe.in/*
// @match http://www.imomoe.ai/*
// @grant none
// ==/UserScript==
(function() {
// Your code here..
var style='
';
var ele=document.createElement('div');
ele.innerHTML=style;
document.getElementsByTagName('head')[0].appendChild(ele.firstElementChild);
document.getElementsByTagName('head')[0].appendChild(ele);
})();