樱花动漫:去除广告&点击后直接在当前页播放

噔噔,可以把页面变清爽一点

< Feedback on 樱花动漫:去除广告&点击后直接在当前页播放

Review: Bad - script does not work

§
Posted: 16/10/2020

// ==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);



})();

Post reply

Sign in to post a reply.