Greasemonkey script for Stack Overflow to hide ignored tags

Here is my first Greasemonkey script that hides ignored tags from the interface on Stackoverflow.com. The way Stack Overflow “ignores” tags currently, is by greying them out but they still show up. So I can now remove tags like ‘C’, ‘C++’, ‘Ruby’ etc etc.

Stackoverflow hide ignored tags script

JQuery Add & Delete Shopping Cart Items

A simple little script to add and remove product items (or anything else really) using JQuery.

Demo

New site for all you nose hair trimming people

Just launched: Nose Hair Trimmer. So go over and take a look :)

Ireland’s Dragons Den – Episode 8

This final episode of Ireland’s Dragons Den seen two investments made, some arguing between some of the dragons to claim investment opportunities, and Sarah not investing yet again. Here are the main pitches. read on…

The new Operator in JavaScript

The new Operator creates a new object and invokes a constructor function to initialize it. read on…

The Typeof Operator in JavaScript

The typeof Operator determines the datatype of the operand. read on…