---
title: Annoying web design techniques
author: George Mandis <george@mand.is>
date: 2011-05-23
description: A nice compilation of obnoxious web design techniques using JavaScript
tags: post
---

Kilian Valkhof has written [Annoying.js](http://kilianvalkhof.com/2011/javascript/annoying-js-how-to-be-an-asshole/
): a library of JavaScript techniques designed to infuriate your users.  I'm pleased to say I don't think I ever implemented any of these for a client.

Someone should come up with an accompanying **Annoying.css**.  My initial contribution:

	body {
		cursor:none;	
	}



[[via Waxy](http://kilianvalkhof.com/2011/javascript/annoying-js-how-to-be-an-asshole/)]