TomTheCat
Elite Member
- Oct 27, 2019
- 2,372
- 2,768
type="hidden"
No it should work.
type="hidden"
But to add to this… It is a bit stupid to allow an integer to be concatenated to a string. This is what typescript fixes, and I love typescript for the same.
Nopes. That should not be a problem. The problem is the event listener I think. Try console logging inside the listener and see whether it indeed fires like you expect it to.
No it should work.
// ==UserScript==
// @name sdf
// @namespace zxc
// @include https://www.site.com/page/*
// @version 1
// @grant none
// ==/UserScript==
var intv = setTimeout(function() {
document.getElementById("reward").value = parseInt(document.getElementById("reward").value) + 5;
}, 3000);
Hold on im gonna do some quick testing to make sure it works between browsers and different values and whatnot...
Bitcoin whales who have lost millions of dollars by now: "Same. Ditto"We are HODLing!
We are HODLing!
Bitcoin whales who have lost millions of dollars by now: "Same. Ditto"