Archived Comments (locked)
|
|
The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008) |
|
|
true true |
|
|
I put in the orkut|scrap|travian condition but I don't want to do the install thing.
|
|
|
Here's another condition that I added to mine for it to randomize again: parseInt(responseDetails.responseText.match(/Installed (\d+) times/)[1])<1000 Basically, if it was installed under 1,000 times, you won't view it. |
|
|
Hey one more suggestion, I've been running into a lot of these orkut "scrap" scripts (see example here). I've added a block against them so it re-randomizes for these... you should add it too. It's incredibly annoying bumping into scrap crap. this line does the trick:
if(responseDetails.status == 404 || /scrap all/i.test(responseDetails.responseText))
viewRandom();
or a more generous version:
if(responseDetails.status == 404 || /(orkut|scrap|travian)/i.test(responseDetails.responseText))
viewRandom();
|
|
|
Ok added. Thanks and please remove the long pre tag. |
|
|
Hey joe, just one suggestion, to have keyboard shortcut to this. I mapped it to alt+shift+x, and left a tooltip Edit: code removed |
|
|
definitely a ***** |
|
|
Really cool! I like it. |
|
|
True Objectivity & True Free Speech (That is the real beauty of the Internetz)
|
