Archived Comments (locked)
|
|
The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008) |
|
|
Empornium has changed its layout to incorporate an advertisement for their new 'Hi-def streaming' site, as a result the script above no longer works correctly as they have altered the number of tables on a page. If you wish to edit the script to make this work, you must change TWO lines... var row = tables[11].rows; //this table contains the torrentslisting needs to be changed to read tables[14] and.. tables[11].innerHTML = newCode; also needs to read tables[14] |