I just don't want to see it.

love&peace

目前为 2018-04-11 提交的版本。查看 最新版本

// ==UserScript==
// @name         I just don't want to see it.
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  love&peace
// @author       Nobody
// @include      http://*.jjwxc.net/*
// @require      http://code.jquery.com/jquery-1.11.0.min.js
// @grant        none
// ==/UserScript==

$('body').attr('ready',function(){
$('body').append("<div id='a_mask'><img id='a_mask_img' style='position:fixed;top:0;left:0;width:100%;height:100%;' src='https://s1.ax1x.com/2018/04/11/CAK1ZF.gif'/></div>");
$('#a_mask').attr('style','width: 100%;height: 100%;position: fixed;top: 0px;left: 0px;display: block;z-index: 2001;background-color: rgb(0, 0, 0);opacity: 1;');
});

(function() {
    'use strict';
    var keywords = ['魔道祖师','墨香铜臭','天官赐福','mdzs'];
    var novelIds=['novelid=2368172','novelid=3200611'];
    var authorIds=['authorid=1322620'];
    $.each(keywords,function(i){
        var keyword = keywords[i];
        if(keyword){
            $('a:contains('+keyword+')').each(function(){
                $(this).html('████████');
                $(this).removeAttr('href');
                $(this).removeAttr('title');
                $(this).removeAttr('alt');
            });
        }
    });

   $.each(novelIds,function(i){
        var novelId = novelIds[i];
        if(novelId){
            $('a[href$="'+novelId+'"').each(function(){
                $(this).html('████████');
                $(this).removeAttr('href');
                $(this).removeAttr('title');
                $(this).removeAttr('alt');
            });
        }
    });

    $.each(authorIds,function(i){
        var authorId = authorIds[i];
        if(authorId){
            $('a[href$="'+authorId+'"').each(function(){
                $(this).html('████████');
                $(this).removeAttr('href');
                $(this).removeAttr('title');
                $(this).removeAttr('alt');
            });
        }
    });
  removeLoadMask();
})();

function removeLoadMask(){
$('#a_mask').remove();
}

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址