On 01.11.2012 14:55, Sertaē K?l?ēdog(an wrote:
<img id="refimg" onclick="reloadImage(this)" title="" src="/sources/?id=*1351769759*" style="height: 180px; width: 300px; cursor: pointer;">

when i refresh or connect page; change image source. how can i save this source "1351769759" i want use always it.
Option 1:  Turn off Javascript when loading this page
Option 2:  Open the image URL directly in your browser
Option 3:  Write a GM script that disables onclick and sets the src back:

var img = document.getElementbyId("refimg");
img.onclick="return true";
img.src = "/sources/?id=1351769759";
*
*

--
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.

Reply via email to