Archived Comments (locked)
|
|
The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008) |
|
|
I did it! You can find a modified version of the script here: http://userscripts.org/scripts/show/5387 |
|
|
Some quick comments:
elmLinks = cell.getElementsByTagName("a")
I will post a fixed version of the script soon. Frank |
|
|
To make this work with the latest GM (FF 1.5), you must: * Find and replace all instances of "ts_" with "unsafeWindow.ts_" EXCEPT in line 55 where that appears as part of an innerHTML declaration.
After that, it works great! |
|
|
I've hacked up a version that works with Firefox 1.5 (the main problem you missed was that you can't use onclick= in Firefox 1.5 userscripts) and I'll make it available as soon as I clean up the code. The script's guts look a little crude to me in their present form. Oh, and I fixed the problem with it trashing Google. I set a 5 row minimum table size limit. |
|
|
Doesn't work for me (firefox 1.5), I've got this message in the javascript console: "ts_makeSortable is not defined". I've tried to add "unsafeWindow." prefix before each call to the ts_something functions but tha t did not fix the problem (not surprisingly). |
|
|
sounds like the best one on here, but where the table cells contain links, this stops them working |