View all comments on Digg

By Rick Last update Jun 22, 2007 — Installed 1,123 times. Daily Installs: 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0
// ==UserScript==
// @name           View all comments on Digg  
// @namespace      digg.com
// @description    View all comments on Digg
// @include        http://digg.com/*/*
// @exclude        http://digg.com/*/*/all
// @exclude        http://digg.com/view/*
// @exclude        http://digg.com/*/upcoming
// ==/UserScript==

window.location = window.location + '/all';