On 14.05.2012 11:22, SA wrote:
The problem being that there was no longer an element called
"Forecast_main". I dissected the webpage and found that it had been
changed to "forecast-data-table" so updated the script accordingly but
it still does not work (the script runs without error but the changes
are not made).
What changes do you expect to see? That table is actually an invisible
table that's pushed out with CSS, presumably this is an accessible
version of the data but what visually renders on page is a different set
of elements:
<div id="forecast-data-table" class="off-screen">
.off-screen {
left: -90000px;
overflow: hidden;
position: absolute;
width: 1px;
}
--
Klaus Johannes Rusch
[email protected]
http://klausrusch.atmedia.net/
--
You received this message because you are subscribed to the Google Groups
"greasemonkey-users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/greasemonkey-users?hl=en.