Archived Comments (locked)
|
|
The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008) |
|
|
Added an infinite scroll option. I also unpacked all the MooTools source so that it can be inspected more easily. |
|
|
Updated the script to not throw an error message on non-Dashboard Tumblr pages. There is a Dashboard iframe that was incorrectly having the userscript applied to it. Solution:
if (self != top) {
return;
}
|