Search results

  1. L

    Is there a way to keep running Javascript console's instructions after page reloads?

    Hi everyone. I'm new to this, so sorry if this question could seem trivial. Let's suppose using browser console to run this loop on a random tab: var i = 1; function myLoop () { setTimeout(function () { location.reload() i++; if (i...
Back
Top