Firefox extension automatic custom script inject (18-jul-2023)


Automatic insert setInterval-script onLoad of webpage.
This test-script will refresh the webpage after 180 seconds.

 setInterval(function() {
location.reload()
}, 180 * 1000);

You can find the Addon here:



Bekijk meer nieuws >>