Reddit Hide All

By dbeck Last update Jul 28, 2010 — Installed 2,851 times.

Refresh after Hide All

in
Subscribe to Refresh after Hide All 1 post, 1 voice

Nathan Adolph User
FirefoxWindows

I like this script, but I found it more useful making it automatically refresh the current page after hiding all the links.

I changed:

if(spinner.lock ==0)
$('#reddit-hide-all').css("background", "#EFF7FF");

To:

if(spinner.lock ==0) {
$('#reddit-hide-all').css("background", "#EFF7FF");
location.reload(true);
}

Just thought I would put this here, in case anyone wanted it.

Cross
Presentational HTML allowed.
Use <code> for inline code and <pre> for code blocks. Use &lt; and &gt; for literal < and >.
We help break paragraphs and link your links.
or cancel