4chan mark image readed

By timendum Last update Jun 17, 2009 — Installed 157 times. Daily Installs: 0, 1, 1, 0, 0, 0, 1, 0, 2, 1, 0, 0, 1, 2, 2, 3, 0, 0, 0, 2, 0, 1, 3, 0, 0, 0, 1, 0, 1, 1, 0, 0
// ==UserScript==
// @name           4chan mark image readed
// @namespace      4chan-img-read
// @description    Images are trasparent if you have looked at them
// @include        http://*.4chan.org/*
// @version 	   0.9
// @author 		   Timendum
// ==/UserScript==

GM_addStyle(
	'a:visited img {opacity:0.6;}'
);