Ignore user feature
Discussion
Could we have one?
The stuff from h22observer today is beyond tedious and spreads across multiple threads. Its hard to ignore drivel like that when they're plastering it everywhere.
Other forums work well with an option to block users and you never see posts they make or threads they create.... could we have this please?
The stuff from h22observer today is beyond tedious and spreads across multiple threads. Its hard to ignore drivel like that when they're plastering it everywhere.
Other forums work well with an option to block users and you never see posts they make or threads they create.... could we have this please?
Kinky said:
No.
But if there's a post that you object to, then please use the report feature and someone will look after it.
In this instance none of them on their own seem to be rule breaking. Its just boring point scoring between two clowns going on for pages in an otherwise interesting thread and I'd rather not read it.But if there's a post that you object to, then please use the report feature and someone will look after it.
You can do it yourself, using a plugin like greasemonkey or tampermonkey and a small script like this:
// ==UserScript==
// @name My Fancy New Userscript
// @namespace http://use.i.E.your.homepage/
// @version 0.1
// @description enter something useful
// @match http://www.pistonheads.com/gassing/*
// @copyright 2012+, You
// ==/UserScript==
var tmp = document.getElementsByTagName('tr');
for (i=0;i<tmp.length;i++){
if(tmp[i].innerHTML.match(">KFC</a>")){
tmp[i].parentNode.removeChild(tmp[i]);}
}
Replace 'KFC' with the username of the person who's post you want to ignore
// ==UserScript==
// @name My Fancy New Userscript
// @namespace http://use.i.E.your.homepage/
// @version 0.1
// @description enter something useful
// @match http://www.pistonheads.com/gassing/*
// @copyright 2012+, You
// ==/UserScript==
var tmp = document.getElementsByTagName('tr');
for (i=0;i<tmp.length;i++){
if(tmp[i].innerHTML.match(">KFC</a>")){
tmp[i].parentNode.removeChild(tmp[i]);}
}
Replace 'KFC' with the username of the person who's post you want to ignore

Edited by GrumpyTwig on Wednesday 16th July 01:50
Gassing Station | Website Feedback | Top of Page | What's New | My Stuff



