This commit is contained in:
Boof 2022-11-03 12:00:26 +01:00 committed by GitHub
parent 907d760f4b
commit c7f63ae359
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@ async function init() {
if(enableImgReplace){
main();
// this will run main every three seconds to catch any images that are loaded after the initial page load (for scrolling feeds)
setInterval(main, 3000);
setInterval(main, 1000);
}
}
// this is the entry point; init grabs the settings data from storage and then calls main()