[原创内容] 分享一个屏蔽傻逼的办法

mang0-avatar

mang0

2021-05-20T16:48:40+00:00

NGA自带屏蔽功能,但是屏蔽之后依然会在列表中显示,像下面这样。
[img]https://img.nga.178.com/attachments/mon_202105/30/-7Q2o-jih1K6T1kSfh-2d.jpg[/img]

配合油猴执行两个小脚本,就看不到了,代码如下。
// ==UserScript==
// @name NGA屏蔽傻逼(列表)
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author You
// @match https://bbs.nga.cn/thread.php*
// @icon https://bbs.nga.cn/
// @grant none
// ==/UserScript==


(function() {
'use strict';

//alert("aa");

var box1 = document.getElementsByClassName("userblockcontents");

for(var i=0;i<box1.length;i++){
box1[i].parentNode.parentNode.style.display="none"
}


// Your code here...
})();

// ==UserScript==
// @name NGA屏蔽傻逼(内容)
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author You
// @match https://bbs.nga.cn/read.php*
// @icon https://bbs.nga.cn/
// @grant none
// ==/UserScript==


(function() {
'use strict';

//alert("aa");

var box1 = document.getElementsByClassName("userblockcontents");

for(var i=0;i<box1.length;i++){
box1[i].parentNode.style.display="none"
}


// Your code here...
})();
JUGGERNAUT-avatar

JUGGERNAUT

这么不想看的话。。建议可以不来nga
粪吭不看屎还看什么
Kloned-avatar

Kloned

不可说APP里直接屏蔽~
Redstones-avatar

Redstones

看了几年nga,除了郑爽那几天,其他时间还行。
fifty shades of brad-avatar

fifty shades of brad

[img]http://img.nga.178.com/attachments/mon_201209/14/-47218_5052bca2a2f43.png[/img]那为什么不直接在摸鱼脚本里加tag或者拉黑呢?
Darb1013-avatar

Darb1013

还想看到有什么新方法,很不幸,已经被我屏蔽了[img]http://img.nga.178.com/attachments/mon_201209/14/-47218_5052bcb6e96d1.png[/img]
[img]https://img.nga.178.com/attachments/mon_202105/30/-7Q2o-89e5K1lT3cSp7-i3.png[/img]
mang0-avatar

mang0

[quote][pid=520106366,26968367,1]Reply[/pid] Post by 甲邱华戊雷项(5楼) (2021-05-30 01:04):

还想看到有什么新方法,很不幸,已经被我屏蔽了[img]http://img.nga.178.com/attachments/mon_201209/14/-47218_5052bcb6e96d1.png[/img]
[img]https://img.nga.178.com/attachments/mon_202105/30/-7Q2o-89e5K1lT3cSp7-i3.png[/img][/quote]真是难为你了,不过还好,很快我就不会再看到傻逼给我留言了[s:pst:嘲笑]