Archived Comments (locked)
|
|
The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008) |
|
|
I wrote a similar script to skip the ad pages that sometimes appear, let's see if uploading it to this site works. Else you may want to try and copy this: // ==UserScript==
var URL = window.location.href; if(URL.search("subsnag")!= -1) {
|