Archived Comments (locked)
|
|
The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008) |
|
|
|
|
|
lior z - thanks a lot for the tip ! i integrated your line to the script.
|
|
|
Nice work, but why don't you just use the | operator inside the XPath, as follows:
Look for reference: |
|
|
whoops! that didn't work as well as i'd hoped. my edited copy is at http://jeffhecker.net/noautorefresh.user.js Thanks again / Jeff |
|
|
n0nick, I took your script and just put the tests in a loop so that the code isn't repeated three times. It would be better for you to update your script rather than me adding yet another no-refresh script. Thanks in advance. Here's the bits... var tag = new Array ( "refresh", "Refresh", "REFRESH" );
for (i=0; i<tag> |