Forum Discussion
View All Variables for debugging
This is awesome! Thank you for this script!
Could it work to add a setInterval() to the refreshVars() so that the variables get updated automatically?
Edit: I have been looking into creating a Chrome/Edge extension out of your code but my javascript knowledge is to low. The extension runs in a separate browserthread and I can not access the Articulate player function. Would you be interested in creating such an extension?
Sorry for the very late reply.. i must have missed the notification..
Yes, adding a setInterval on the refreshVars variable should work to auto refresh. However, it might make it annoying if you are trying to type in a value to change the variable - it will keep reverting the value as you try to type. Maybe if you make the refresh rate slow enough you could sneak in a change before it refreshes.
Adding this line will make it refresh every 5 seconds:
setInterval(refreshVars, 5000);
Related Content
- 12 months ago
- 12 months ago
- 12 months ago
- 12 months ago
- 12 months ago