Search found 1 match
- Fri Nov 24, 2017 12:50 pm
- Forum: Challenges Solved
- Topic: Type fastest
- Replies: 14
- Views: 2766
Type Fastest
I just used the console and a bit of JavaScript :) document.getElementsByName("answer")[0].setAttribute("value", document.getElementsByTagName("b")[0].textContent.replace(/FOO/g, "")); This immediately just removes all "FOO"'s and inserts the result ...