Archived Comments (locked)
|
|
The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008) |
|
|
I modded the code to work with the current site layout..
(
var newCode = ""; // new HTML code for table
var row = tables[11].rows; //this table contains the torrentslisting
newCode=' tables[11].innerHTML = newCode; } } }
|
|
|
One more thing, you can set the i in the for loop to 1. |
|
|
You're right. I didn't notice that at first. The first four newCode+= lines are fine. The last three should be deleted/commented out. That works for me at least. |
|
|
Thx for the response.
|
|
|
Last comment, or so I hope. :-/ Is it possible to bring entries from subsequent pages that match the threshold to the first page and so on to fill up the extra space? Also rowLenght is supposed to be rowLength of course. |
|
|
Err, not used to how these comments work. Anyways, all the newCode lines below var rowLenght = row.length; and above for (var i=2; i< rowLength;i++) { should be newCode= instead of newCode+= to avoid adding the first torrent by default. This caused torrents below the threshold to show up. |
|
|
newCode+=' |
|
|
It's fixed and now works with firefox/greasemonkey.
|
|
|
Ah yes, now I see. It works perfect with Opera userscripts, but I will release the fixed version that also works with firefox greasemonkey in a couple days. |
|
|
Does not seem to work. |
|
|
Could you be more specific? In Firefox or Opera? |
|
|
Would be great.. except it does nothing ;-/ |