Как копировать и вставлять значения из типа ввода = «кнопка»?

Мне нужно скопировать и вставить значения input type = "button" (т.е. value = "1.25", value = "3.50") с множества страниц. . Возможно ли использование jquery или greasemonkey?

<td>
    <input type="button" onmouseout="btnGiocataOut(this)" onmouseover="btnGiocataOver(this)" onclick="aggiungiScommessa(6659, 12, 22, 1, 125)" value="1.25" class="ris">
</td>
<td class="valore" colspan="1">Over</td>
<td>
    <input type="button" onmouseout="btnGiocataOut(this)" onmouseover="btnGiocataOver(this)" onclick="aggiungiScommessa(6659, 12, 22, 2, 350)" value="3.50" class="ris">
</td>
1
задан jensgram 10 September 2010 в 11:04
поделиться