javascript:(function(){q=document.getElementById("question-title").getElementsByTagName("b")[0].innerHTML.split(" ",3);})();
That is only a snippet of the code but you get the idea.
Is it possible to repeat the code every 3-5 seconds in a bookmarklet?
javascript:(function(){q=document.getElementById("question-title").getElementsByTagName("b")[0].innerHTML.split(" ",3);})();
That is only a snippet of the code but you get the idea.
Is it possible to repeat the code every 3-5 seconds in a bookmarklet?