Official Everybody Edits Forums

Do you think I could just leave this part blank and it'd be okay? We're just going to replace the whole thing with a header image anyway, right?

You are not logged in.

#1 2017-02-12 01:48:13, last edited by XxAtillaxX (2017-02-12 12:08:32)

XxAtillaxX
Member
Joined: 2015-11-28
Posts: 4,202

Hide Forum Games

This is a fairly simple UserScript that hides categories from the search results, inspired by the mass crap-posting in Forum Games.
You can install this with GreaseMonkey on Firefox, or TamperMonkey on Chrome. Once installed, click here or add it manually.

// ==UserScript==
// @name        HideForumGames
// @namespace   hideforumgames
// @include     https://forums.everybodyedits.com/search.php?action=show_new
// @include     http://forums.everybodyedits.com/search.php?action=show_new
// @version     1
// @grant       none
// @author      Atilla Lonny | [email protected]
// ==/UserScript==

// always lowercase
var hiddenForums = [
  'forum games'
];

$('tbody').children().each(function (i, elem) {
  if ($.inArray($(elem).find('.tc2').text().toLowerCase(), hiddenForums) != - 1) {
    $(elem).css({'display': 'none'});
  }
});

signature.png
*u stinky*

Offline

Wooted by: (2)

#2 2017-02-12 03:00:49

Kkay
Formerly Kaydog99
From: Canda eh
Joined: 2015-08-20
Posts: 495

Re: Hide Forum Games

I have edge, Save me from the hell of Forum games pls

Offline

#3 2017-02-12 03:12:19

Different55
Forum Admin
Joined: 2015-02-07
Posts: 16,572

Re: Hide Forum Games

Kkay wrote:

I have edge, Save me from the hell of Forum games pls

No problem, here you go.


"Sometimes failing a leap of faith is better than inching forward"
- ShinsukeIto

Offline

#4 2017-02-12 03:46:45

Onjit
Member
Joined: 2015-02-15
Posts: 9,697
Website

Re: Hide Forum Games

Different55 wrote:
Kkay wrote:

I have edge, Save me from the hell of Forum games pls

No problem, here you go.

Now that IS edge!


:.|:;

Offline

Wooted by:

#5 2017-02-12 04:53:56

N1KF
Wiki Mod
From: ဪဪဪဪဪ From: ဪဪဪဪဪ From: ဪဪဪဪဪ
Joined: 2015-02-15
Posts: 11,052
Website

Re: Hide Forum Games

XxAtillaxX wrote:

This is a fairly simple UserScript that hides categories from the search results, inspired by the mass crap-posting in Forum Games.

Thanks! I'm glad we could be an inspiration to you!


Everybody Edits is Fred

Offline

Wooted by:

#6 2017-02-12 12:03:54, last edited by Luka504 (2017-02-12 12:07:30)

Luka504
Member
From: Serbia,probs never heard of it
Joined: 2015-02-19
Posts: 2,933

Re: Hide Forum Games

It keeps telling me there's a weird host error.
Edit: Nevermind it works now. Thanks for saving me from the spam.


How long will it take me to get banned again?
Place your bets right here.

Offline

#7 2017-02-12 12:10:55

XxAtillaxX
Member
Joined: 2015-11-28
Posts: 4,202

Re: Hide Forum Games

Luka504 wrote:

It keeps telling me there's a weird host error.
Edit: Nevermind it works now. Thanks for saving me from the spam.

I'm assuming it was just the forums, however I edited OP anyhow on the off-chance it was caused by manually copying, which FluxBB had kindly mangled with URI truncation.


signature.png
*u stinky*

Offline

#8 2017-02-12 12:12:45

Luka504
Member
From: Serbia,probs never heard of it
Joined: 2015-02-19
Posts: 2,933

Re: Hide Forum Games

XxAtillaxX wrote:
Luka504 wrote:

It keeps telling me there's a weird host error.
Edit: Nevermind it works now. Thanks for saving me from the spam.

I'm assuming it was just the forums, however I edited OP anyhow on the off-chance it was caused by manually copying, which FluxBB had kindly mangled with URI truncation.

No i just didnt realize i had to install TamperMonkey.
Though it works now, no issues.


How long will it take me to get banned again?
Place your bets right here.

Offline

Luka5041486897965647644

Board footer

Powered by FluxBB

[ Started around 1711651265.5985 - Generated in 0.067 seconds, 12 queries executed - Memory usage: 1.52 MiB (Peak: 1.68 MiB) ]