Current Events > Here's a handy script for if there's too much controversial stuff on CE for you

Topic List
Page List: 1
HashtagTartarus
10/01/17 11:59:34 PM
#1:


https://gist.github.com/anonymous/9e076f0d044e75e445cc2ac704b3939b

This was made in response to the (frankly baffling) negative response to the Gay Furry topic. You'll need Tampermonkey (Greasemonkey will probably also work) to use this script. It will make invisible any topic containing either the words "Gay" or "Furry" (case-insensitive). You can manually edit the list of words in the script yourself by adding or removing strings to the array on line 19.

Just be sure that your strings are:
*Lowercase
*Enclosed in single or double quotes
*Separated by commas

For example:

let searchStrings = ["anime", "waifu", "planetside"];

or

let searchStrings = ["gavi"];

Predicted FAQ:

Q: Why did you disable "Gay" and "Furry" by default?
A: Someone had a problem with the gay furry topic, which inspired me to write this script. I didn't know which specific aspect of the topic was offensive to them, so I'm covering all bases.

Q: mah keys!
A: If I were using the script to log your keys, you'd see either a URL/IP pointing to a website I own, or whole bunch of obfuscated code with no clear purpose.

Q: You suck at JavaScript!
A: Yeah.
---
... Copied to Clipboard!
TheMarthKoopa
10/02/17 12:02:40 AM
#2:


HashtagTartarus posted...
let searchStrings = ["anime", "waifu", "planetside"];

Why would you want to get rid of these
... Copied to Clipboard!
HashtagTartarus
10/03/17 1:47:24 AM
#3:


TheMarthKoopa posted...
HashtagTartarus posted...
let searchStrings = ["anime", "waifu", "planetside"];

Why would you want to get rid of these


I don't know. It just feels like people would want to get rid of these.
---
... Copied to Clipboard!
Kaname_Madoka
10/03/17 1:49:15 AM
#4:


This is useful. Might use this to block out Trump topics

Does it work on mobile?
---
Drawn for me by | Popcorn_Fairy: https://i.imgtc.com/cvSNxRT.jpg | Volkswagen_Bros: http://i.imgur.com/86XOVXb.jpg | ShinobiNinjaX: https://imgur.com/bPb5vEV
... Copied to Clipboard!
HashtagTartarus
10/03/17 1:51:21 AM
#5:


Kaname_Madoka posted...
This is useful. Might use this to block out Trump topics

Does it work on mobile?


If there's an extension/app that supports Greasemonkey/Tampermonkey scripts, probably.
---
... Copied to Clipboard!
Topic List
Page List: 1