Comments by Pieter De Decker on scripts

2 comments

Comment on:
TeVe-Blad Lite

Aug 23, 2007

Al is het maar een simpele redirect naar een frame... bedankt! :)

Comment on:
Profanity Filter

Jan 12, 2007

@Rudy:

Go to Greasemonkey Settings, click on Profanity Filter and finally click Customize. The source file should open.

Then search for:

---
var badwords=
---

There you'll find the list of blocked words. Put every word between 'these things' and seperate them with a comma.

Additionally, you can replace the line

---
var ReplacementText = "***";
---

with anything you like. For example, if you want bleeped words to be replaced with *bleep*, replace the line with this:

---
var ReplacementText = "*bleep*";
---

Don't forget to save the file, or your changes will be lost. Changes are effective immediately after reloading your opened web pages.