PCDVD數位科技討論區

PCDVD數位科技討論區 (https://www.pcdvd.com.tw/index.php)
-   七嘴八舌異言堂 (https://www.pcdvd.com.tw/forumdisplay.php?f=12)
-   -   加入黑名單後還是可以看的到此人發表的文章? (https://www.pcdvd.com.tw/showthread.php?t=1062858)

小畫家 2014-11-04 07:14 PM

使用火狐且有裝GM油猴的話,把下面腳本加進去
雖然黑名單ID發的主題還是會看見,但內文及ID會完全隱藏

使用前

使用後




----------------------------------------------------------
// ==UserScript==
// @name vBulletin - Full ignore
// @namespace https://userscripts.org/people/5587
// @description Stops display of truncated posts from users on your ignore list.
// @downloadURL https://userscripts.org/scripts/source/24465.user.js
// @grant GM_addStyle
// @include http://*pcdvd.com.tw*
// @updateURL https://userscripts.org/scripts/source/24465.meta.js
// @version 1.0.2
// @date 2013-03-19
// @creator Arne Dieckmann (aka "Mithrandir")
// ==/UserScript==

(function (){
var filterkey = "?userlist=ignore&do=removelist&u=";

var allElements, thisElement;
allElements = document.getElementsByTagName('tr');
for (var i = 0; i < allElements.length; i++) {
thisElement = allElements[i];
if(thisElement.innerHTML.indexOf(filterkey)!=-1)
{
thisElement.parentNode.style.display = 'none';
}
}

// for new vBulletin 4.x try this:
GM_addStyle('li.postbitignored {display: none !important;}');
}());

damia 2014-11-04 07:46 PM

引用:
作者mobius797
那些為了酸他爭第一個去回他文的才是有病
每回一次就幫他頂起一次
爽到誰?


是很怪
有些人很愛看又很愛罵
又一天到晚要檢舉他
但是站長又不覺得人家犯了版規
這些人還是要尊重站長的判斷
不用一天到晚自行判斷


所有的時間均為GMT +8。 現在的時間是06:56 PM.

vBulletin Version 3.0.1
powered_by_vbulletin 2026。